{% extends "reports_index.html" %} {% block head %} {% endblock head %} {% block reports %} {% include "filters_table_reports_tiers.html" %}
{% for start, end, title in periods %}

{{ title }}

{% for group in groups %}

{{ group.title }} {% if group.profile %} {{ group.profile.name }} profile {% endif %}

{% for site, vo, profile, title in group.plots %}
loading
{% if forloop.counter|divisibleby:4 %}
{% endif %} {% empty %}

There is no data for {{ group.title }} in this period

{% endfor %}
{% endfor %} {% endfor %}
{% endblock reports %}