{%extends "base.html"%}
{%block head_javascript%}
{%endblock%}
{%block title_head%}Fill {{fill.fill_id}}{%endblock%}
{%block title%}Fill {{fill.fill_id}}{%endblock%}
{%block top%}
{%endblock%}
{%block content%}
{% include "rundb/rundb_fills_table.inc.html" %}
TOTAL |
HV ON |
VELO IN |
RUNNING |
ON TAPE |
{{fill.lumi_total}} |
{{fill.lumi_hvon}} |
{{fill.lumi_veloin}} |
{{fill.lumi_running}} |
{{fill.lumi_logged}} |
{%if fill.rundblhcstatehistory_set.count %}
History
TIMESTAMP |
STATE |
{% for history in fill.rundblhcstatehistory_set.all%}
{{history.timestamp}} |
{{history.state}} |
{% endfor %}
{% endif %}
Runs statistic for files from LHCb partition and OFFLINE destination:
{{stat}}
{%endblock%}