{% load i18n %} {% load static %} {% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %} {{form}}

{% trans "Emergency contacts:" %}

{{emergency_contacts_formset.non_form_errors}} {{emergency_contacts_formset.management_form}}
{% for form in emergency_contacts_formset.forms %}
{{form}}
{% endfor %}
{% if registration %}

{% blocktrans %}I am already or will become a member of the DAV {{ sektion }} soon.{% endblocktrans %}
{% blocktrans %}I agree that my data is stored and processed on the server of the JDAV {{ sektion }}.{% endblocktrans %}

{% endif %}