{% load i18n %} {% if form.errors %}
{% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %}
{% endif %} {% for field in form %}
{% endfor %}

{% translate 'Fields marked with an asterisk (*) are mandatory' %}