{% import "entry_macros.html" as macros %}
{{ active_users|length }} |
{% for sr in selected_resources %} {% set r = resources_dict[sr] %} | {{r['name']}} | {% endfor %} {% if nres > 1 %}total | {% endif %}
---|---|---|
{{ entry['label'] }} | {% for r in selected_resources %}{{ entry['days'][r] }} | {% endfor %} {% if nres > 1 %}{{ entry['total_days'] }} | {% endif %}