{# #}
{% if groupby == "vo" and vos != 'all' and sites != 'all' %}
some sites for mixed VOs
{% else %}{% if groupby == "vo" and vos == 'all' and sites != 'all' %}
some sites for all VOs
{% else %}{% if groupby == "vo" and vos != 'all' and sites == 'all' %}
all sites for mixed VOs
{% else %}{% if groupby == "site" and vos != 'all' and sites != 'all' %}
some VOs for mixed sites
{% else %}{% if groupby == "site" and vos == 'all' and sites != 'all' %}
all VOs for mixed sites
{% else %}{% if groupby == "site" and vos != 'all' and sites == 'all' %}
some VOs for each site
{% else %}{% if groupby == "vo" and vos == 'all' and sites == 'all' %}
all sites for each VO
{% else %}{% if groupby == "site" and vos == 'all' and sites == 'all' %}
all VOs for each site
{% endif %}{% endif %}{% endif %}{% endif %}{% endif %}{% endif %}{% endif %}{% endif %}