{% load i18n %} {{ form.non_field_errors }}
{% csrf_token %} {% for field in form %} {% include settings.FORM_FIELDMAP %} {% endfor %}