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

Submission complete!

The following tasks were added successfully: {% for task in tasks %} {{task}} {% endfor %}. Click on the links to monitor the status of the submission.
{% if remote_console %}

Remote Control Session

Tasks: {% for task in tasks %} {{task}} {% endfor %}. Click on the link to start an interactive remote session.
{% endif %} {% if existent_tasks %} {% for sha256, details in existent_tasks.items %}

Existent tasks for this hash: {{sha256}}!

{% endfor %} {% endif %} {% if errors %}

Submission Failed!

{% endif %} {% endblock %}