{% 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 %}

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" }}

{% if plot_data %}

{% endif %}

Data files:

Reduced files: {% 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 %} {% endblock %}