{% extends "base.html" %} {% block title %}Run confirmation{% endblock %} {% load colour_table_row %} {% load natural_time_difference %} {% load naturaltime from humanize %} {% load static %} {% block body %} {% if runs and not error %}
Successfully submitted batch runs for reduction: {{ runs }}
See the run in the instrument runs page.
{% else %}
{{ error }}Go Back
{% endif %} {% endblock %}