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

{% translate "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 }} {% translate "von" %} {{ wizard.steps.count }}

{% if wizard.steps.step1 == 1 %} {% translate "Angaben zur Person" %} {% endif %} {% if choice == 'IN' %} {% if wizard.steps.step1 == 2 %} {% translate "Angaben zum neuen Arbeitsverhältnis" %} {% elif wizard.steps.step1 == 3 %} {% translate "IT-relevante Angaben" %} {% elif wizard.steps.step1 == 4 %} {% translate "Office-relevante Angaben" %} {% endif %} {% else %} {% if wizard.steps.step1 == 2 %} Veränderungsrelevante Angaben {% endif %} {% endif %} {% if datatable == True %} {% translate "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 %}

* {% translate "Pflichtfeld" %}

{% if wizard.steps.prev %} {% endif %} {% if datatable == True %} {% else %} {% endif %}

{% translate "logout" %}

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