{% spaceless %} {% include "rundb/rundb_files_stat.html" %} {% if runs%}
  | RUNID | FILLID | FILES | PARTITION: SUBDETECTORS | RUNTYPE / ACTIVITY | TCK | EVENTS{% with "Total number of_events in FULL stream" as tooltip%}{%include "tooltip.inc.html"%}{%endwith%} | STATE / DESTINATION | START | END |
---|---|---|---|---|---|---|---|---|---|---|
{% if not single %} {%endif%} {% if run.has_files %} {%endif%} | {{run.runid}} | {%if run.fill%}{%endif%}{{run.fillid}}{% if run.fill%}{% endif %} | {{ run.rundbfiles_set.count }} | {{ run.partitionname }}: {% if run.is_subpartitions_short %} {% for partition in run.subpartitions %} {{ partition }} {% empty %} none {% endfor %} {% else %} {% if not run.is_subpartitions_complete %} all but {% for partition in run.xsubpartitions %} {{ partition }} {% endfor %} {%else%} complete {% endif %} {% endif %} | {{run.runtype}} {{run.activity}} |
{{run.tck_hex}} | {{run.events}} | {{run.state}} {{run.destination}} |
{{run.starttime|date:"Y-m-d H:i:s" }} | {{run.endtime|date:"Y-m-d H:i:s" }} |
No runs are available.
{% endif %} {% endspaceless %}