VO
{% for vo_ in vos %}
{{ vo_.voname|upper }}
{% endfor %} {% ifnotequal vos|length 1 %}
all combined
{% endifnotequal %}
Report
Month / Year
{% for name in months %}
{{ name }}
{% endfor %}
{% for name in years %}
{{ name }}
{% endfor %}
History
1 month
2 months
3 months
4 months
5 months
6 months
{% block specific_filter %}{% endblock %}
{% if official %}
Generate First Email
Generate Final Email
{% endif %}