{% load i18n %} {% comment %} The row of a page, section or question: what someone scans by, plus the controls that act on the whole node. Rendered inside a , so clicking the empty space opens it -- hence the wrapper that stops clicks on the inputs from toggling the disclosure. {% endcomment %} {% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %} {% for field in form.summary %} {{ field }} {{ field.errors }} {% endfor %} {% if count %}{{ count }}{% endif %} {% if form.DELETE %} {% endif %}