{% if resources %} {% for format_name, format in resources.items %}
{% for f in format %} {% if forloop.first %} {{ format_name|upper }} {% else %} {% if forloop.counter0 == 1 %} {% endif %} {% endif %} {% endfor %}
{% endfor %} {% endif %}