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 %}