{% extends "base.html" %} {% block summary %}
{{ run_title|safe }}
Proposal: {{ proposal_id }}
Run: {{ run_number }}
Status: {{ recording_status }}
Count rate: {{ count_rate }}
{% 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 %}