{% if ps.upload_to_pwndoc %}
Audit ID: {{ ps.audit_id }}
{% else %}
{% if ps.finished %}
Result file
{% else %}
Output file is not ready yet.
{% endif %}
{% endif %}
Import ID: {{ ps.get_folder_name() }}
Scan2Report arguments: {{ ps.scan2report_args }}
Locale: {{ ps.locale }}
Files used for import:
{% for filename in ps.stored_files %}
{{ filename }}
{% endfor %}
{% include 'job_status.html' %}
{% if not ps.finished %}
{% if config.RQ_DISABLED == False and ps.rq_is_still_in_enqueued() == False %}
⚠ The processing is not marked as finished, but the background job is no longer running. It might have failed silently.
{% endif %}
{% endif %}
{% endblock %}