{% load i18n %} {% load txcommontags %} {% load helptext_tags %} {% if form %} {% if form.non_field_errors %}
{{ field }}
{% for error in field.errors %}{{ error }}{% endfor %}
{{ field.help_text }} {% if helptext_ext %} {% print_helptext field.name %} {% endif %}