{% extends "base.html" %} {% load staticfiles %} {% 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:
{% for task in tasks %} {{ baseurl }}{% url "submission.views.status" task %}
{% endfor %}
{% endblock %}