{% block gantry %} {% for outline, files in warnings %}
Outline: {{ outline }}
{% for file, list in files %}
File: {{ file }}
{% for warning in list %}
{{ warning }}
{% endfor %} {% endfor %} {% endfor %} {% endblock %}