{% load i18n %} {% load static %} {{ form.media }} {% load socialaccount %} {% if user.is_authenticated %} {% block content %} {% get_current_language as LANGUAGE_CODE %}
{% if TESTMODE %}

WARNUNG! Test-MODUS aktiviert. Es werden keine Mails verschickt!

{% endif %}

E (V A) - Eintritt, (Veränderung, Austritt)

{% translate "Du bist eingeloggt als" %} {{ user.email }}

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 {% endif %} {% else %} {% if wizard.steps.step1 == 2 %} Veränderungsrelevante Angaben {% endif %} {% endif %} {% if datatable == True %} Bestätigungsschritt {% endif %}

{% if datatable == True %} {% for key, value in data.items %} {% endfor %}
{{ key }}{{ value }}
{% endif %}
{% csrf_token %} {% comment %} comment this back in if you want to use CHANGE and EXIT process {% if wizard.steps.step1 > 1 %} Du hast den Prozess "{{choice_string}}" ausgewählt. {% endif %} {% endcomment %} {{ 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 %} {% if datatable == True %} {% else %} {% endif %}

logout

{% endblock %} {% else %} Bitte einloggen! {% endif %}