{% extends "base.html" %} {% block title %}{{ instrument.name|default:"Instrument not found" }} - Reduction variables{% endblock %} {% load view %} {% load static %} {% block body %} {% if instrument %}

{{ instrument.name }} - Reduction Variables

{% view "instrument.views.variables.summarize_variables" instrument=instrument.name last_run_object=last_instrument_run %}
{% else %}
{{ message }}
{% endif %} {% endblock %} {% block stylesheets %} {% endblock %} {% block scripts %} {% endblock %}