{% load i18n %} {% if form %} {% if form.non_field_errors %}
{{ field }}
{% for error in field.errors %}{{ error }}{% endfor %}
{{ field.help_text }}