{% extends "base.html" %} {% block summary %}
{% if is_adara %}

{{ run_title|safe }}
Proposal: {{ proposal_id }} Run: {{ run_number }}
Status: {{ recording_status }} Count rate: {{ count_rate }}

{% endif %}

{% if last_run %} Last 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 %} {% if is_adara %} live monitoring: status | runs | PVs {% elif is_alive %} live monitoring: status | runs {% endif %} {% endblock %}