{% extends "report/base_instrument.html" %} {% block title %}{{ instrument }} Run {{ run_object.run_number }}{% endblock %} {% block banner %}{{ instrument }} Run {{ run_object.run_number }}{% endblock %} {% block extra_files_header %} {% endblock %} {% block header %} {% endblock %} {% block summary %} {% if prev_url %}previous{% else %}previous{% endif %} | {% if next_url %}next{% else %}next{% endif %}

{% if no_icat_info %} {% if run_number == run_object.run_number|stringformat:"i" %}
Run title{{ run_title|safe }}

{% endif %}

{{ no_icat_info }}

{% elif icat_info.title %}
Run title{{ icat_info.title|default:"unknown" }}
Run start{{ icat_info.startTime|default:"unknown" }}
Run end{{ icat_info.endTime|default:"unknown" }}
Duration{{ icat_info.duration|default:"0" }}
Total counts{{ icat_info.totalCounts|default:"0" }}
Proton charge{{ icat_info.protonCharge|default:"0" }}

{% endif %} {% if fitting_url %}

fit data | {% endif %} {% if html_data %} {% if data_url %} Data access: download plot data points {% endif %}

{% elif plot_data %}

{% endif %}

{% if not no_icat_info %} Data files:

{%if icat_info.reduced_files %}

Reduced files:

{% endif %} {% endif %} {% endblock %} {% block content %} {% for item in status %} {% if item.last_error %}{% else %}{% endif %} {% endfor %}
Message Information Time
{{ item.queue_id.name|lower }}{{ item.last_error.description }}{{ item.last_info.description }}{{ item.created_on }}

{% if is_instrument_staff %} Submit for post-processing: catalog {% if reduce_url %} | reduction | all post-processing{% endif %} {% if reduction_setup_url %} | setup{% endif %} {% endif %} {% endblock %} {% block extra_files_footer %} {% if plot_data %} {% endif %} {% endblock %}