{% load i18n %} {% comment %} A choice or a validator: a flat row, with whatever is left behind a disclosure. These have no children, so they need no nesting of their own. {% endcomment %}
{% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %} {% for field in form.summary %} {{ field }} {{ field.errors }} {% endfor %} {% if not form.instance.pk %}{% blocktranslate %}new {{ label }}{% endblocktranslate %}{% endif %} {% if form.DELETE %} {% endif %}
{% translate "More" %}
{% for field in form.rest %}
{{ field }} {% if field.help_text %}{{ field.help_text }}{% endif %} {{ field.errors }}
{% endfor %} {% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %}