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

E V A - Eintritt, Veränderung, Austritt

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

{% if wizard.steps.step1 == 1 %} Angaben zur Person {% endif %} {% if choice == 'IN' %} {% if wizard.steps.step1 == 2 %} Angaben zum neuen Arbeitsverhältnis {% elif wizard.steps.step1 == 3 %} IT-relevante Angaben {% elif wizard.steps.step1 == 4 %} Office-relevante Angaben {% elif wizards.steps.step1 == 5 %} Bestätigungsschritt {% else %} Achtung! Unerkannter Schritt {% endif %} {% else %} {% if wizard.steps.step1 == 2 %} Veränderungsrelevante Angaben {% elif wizards.steps.step1 == 3 %} Bestätigungsschritt {% else %} Achtung! Unerkannter Schritt {% endif %} {% endif %}

{% if wizard.steps.step1 == 3 and choice == 'CHANGE' or wizards.steps.step1 == 6 %} {% for key, value in data.items %} {{ key }}: {{ value }}

{% endfor %} {% endif %}

{% 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 %}