{% load i18n %}

{{ form.labels.header }}

{% if form.errors %}
{% trans "Please correct the following errors" %}
{% endif %}
{{ form.as_p }}