{% extends "base.html" %} {% block title %}Findings import - status{% endblock %} {% block content %}

Findings import - status

{% 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 %} {% if ps.finished and ps.get_result_path().endswith(".json") %}
List findings in Importer {% endif %}

Import ID: {{ ps.get_folder_name() }}
Scan2Report arguments: {{ ps.scan2report_args }}
Locale: {{ ps.locale }}
Files used for import:

{% include 'findings_import_job_status.html' %} {% if not ps.finished %} {% endif %} {% endblock %}