{% load ui %} {% comment %} The field loop every card-form and modal-form wrapper shares: label, daisyUI-styled widget, help text, errors — with checkboxes laid out label-beside-input instead of label-above. Included with `form`. {% endcomment %} {% for error in form.non_field_errors %}
{{ error }}
{% endfor %} {% for field in form %}
{% form_field field %}
{% endfor %}