{% load i18n %} {% load static %} {{ form.media }} {% block content %}

E V A - Eintritt, Veränderung, Austritt

Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}

{% csrf_token %} {% if choice %} Du hast {{choice}} ausgewählt. {% endif %} {{ wizard.management_form }} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {{ form }} {% endfor %} {% else %} {{ wizard.form }} {% endif %}

* Pflichtfeld

{% if wizard.steps.prev %} {% endif %}

{% endblock %}