{# Render any non-field form errors as a table row #} {% if form.non_field_errors %} {% if form_error_title %}
{{ form_error_title }}
{% endif %} {% endif %}