{% comment %} Top-of-form summary of every validation error on the bound form — both non-field and per-field. Each per-field entry links to the field's anchor so the applicant can jump straight to the blocker (FRFA-AM005). Required: form — a bound Django form Optional: heading — heading text (default: "Please fix the following before submitting") {% endcomment %} {% with hf=form.non_field_errors %} {% if hf or form.errors %} {% endif %} {% endwith %}