{% load i18n heroicons %} {% if form.errors or form.non_field_errors %}
{% heroicon_solid "exclamation-triangle" class="inline me-1 fill-red-500" aria_hidden=true %}
{% trans "There were some errors with your form. Please amend the fields highlighted below." %}
{% if form.non_field_errors %} {% endif %}
{% endif %}