diff --git a/components/eventform/default.htm b/components/eventform/default.htm
index 9ee4743..7a70b44 100644
--- a/components/eventform/default.htm
+++ b/components/eventform/default.htm
@@ -155,7 +155,7 @@
{{ form.field(_context, 'phone', 'Telefonnummer', true, 'tel') }}
{{ form.field(_context, 'email', 'E-Mail-Adresse', true, 'email') }}
- {% partial __SELF__.alias ~ '::navigation' %}
+ {% partial __SELF__.alias ~ '::navigation' first="1" %}
@@ -196,7 +196,7 @@
{{ form.textarea(_context, 'misc', 'Sonstige Anmerkungen', false) }}
{{ form.yesno(_context, 'foto', 'Ich akzeptiere, dass vor Ort Foto-und Videoaufnahmen von mir gemacht werden dürfen.', false) }}
- {% partial __SELF__.alias ~ '::navigation' %}
+ {% partial __SELF__.alias ~ '::navigation' last="1" %}
diff --git a/components/eventform/navigation.htm b/components/eventform/navigation.htm
index 4e44c00..32037a2 100644
--- a/components/eventform/navigation.htm
+++ b/components/eventform/navigation.htm
@@ -1,9 +1,14 @@
-
-
+
+ {% if not first %}
+
Zurück
-
+ {% endif %}
+ {% if not last %}
+
Weiter
-
{% if p %} Anmeldung aktualisieren {% else %} Anmeldung absenden {% endif %}
+ {% else %}
+
{% if p %} Anmeldung aktualisieren {% else %} Anmeldung absenden {% endif %}
+ {% endif %}