{% import "entry_macros.html" as macros %}
start | {{ metric }} | user | instrument | sessions | view | |
---|---|---|---|---|---|---|
{{ b.start|pretty_date }} | {% if use_data %} {% set b_size = b.total_size %}{% if b_size %}{{ b_size|pretty_size }} {% endif %} | {% else %}{{ b.units(hours=12) / 2 if use_days else b.hours }} | {% endif %}{{ b.owner.name }} | {{r['name']}} | {{ macros.session_list(b.session) }} |