{% if warnings %}
{% for warning in warnings %}{{warning}}
{% endfor %}
{% endif %} {% if errors %}
{% for error in errors %}{{error}}
{% endfor %}
{% endif %} {% block body %}{% endblock %}