{% extends "base.html" %} {% block content %} {% if completed %}

Good news! :-)

The analysis is completed, you can view it here.
{% elif status == "failed_analysis" %}

Status for task {{task_id}} - {{ target }}

The analysis failed with status '{{status}}'. Click here to resubmit.

{% else %}

Status for task {{task_id}} - {{ target }}

The analysis is not finished yet, it's still {{status}}. This page will refresh every 30 seconds.

{% if session_data %}

To view the Remote Session - click here.

{% endif %}
{% endif %} {% endblock %}