description of steps added to template

This commit is contained in:
Benni Bärmann 2021-01-13 13:30:25 +01:00
parent b02c3820ec
commit b555af56bb
1 changed files with 12 additions and 0 deletions

View File

@ -30,7 +30,19 @@
<h1>
E V A - Eintritt, Veränderung, Austritt
</h1>
<h2>
<p>Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}</p>
<p>{% if wizard.steps.step1 == 1 %}
Angaben zur Person
{% elif 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 %}
</p>
</h2>
<form action="" method="post">
{% csrf_token %}
<table>