{% extends "report/base_instrument.html" %} {% load dasmon_tags %} {% block title %}{{ instrument }} Monitor {% endblock %} {% block header %} {% endblock %} {% block banner %}{{ instrument }} Monitor {% endblock %} {% block summary %}

Proposal: {{ Proposal }} Run: {{ Run }}
Status: {{ Status }} Count rate: {{ Detector_Rate }}

{% if last_run %} Last translated run: {{ last_run.run_number }} from {{ last_expt.expt_name|upper }} created on {{ last_run.created_on }}
{% elif last_expt %} Last experiment: {{ last_expt.expt_name|upper }}
{% endif %}

{% endblock %} {% block right_side_links %} live monitoring: status | runs {% endblock %} {% block bodytop %} {% endblock %} {% block content %} {% for group in key_value_pairs %}

{{ group.group }}

{% for item in group.data %} {% endfor %}
Key Value
{{ item.key|strip }} {{ item.value|safe }}
{% endfor %}
{% if html_data %}

Latest results from the automated reduction [hit reload to refresh]

{% endif %}
{% endblock%}