{% extends "report/base_instrument.html" %} {% block title %}Post-Processing Administration{% endblock %} {% block banner %}Post-Processing Administration{% endblock %} {% block header %} {% endblock %} {% block summary %} This page allows you to submit post-processing jobs. Select your instrument, experiment, runs, and task in the form below.
{% csrf_token %} {{ form.as_table }}

{{ notes|safe }}

{% endblock %} {% block nocontent %}{% endblock %}