{% extends "core/index.html" %} {% load i18n %} {% block Title %}{% trans 'Add two snippet pools' %}{% endblock %} {% block Caption %}{% trans 'Add two snippet pools' %}{% endblock %} {% block Content %}
{{ form.non_field_errors }}
{% for field in form %}
{{ field.errors }}
{{ field }}
{% endfor %} {% csrf_token %}
{% endblock %}