| Name |
-
+
{{ props.participant.firstname }} {{ props.participant.lastname }}
@@ -137,7 +149,7 @@ function saveParticipant() {
| Pfadiname |
- {{ props.participant.nickname }}
+ {{ props.participant.nickname }}
|
@@ -145,7 +157,7 @@ function saveParticipant() {
| Anschrift |
-
+
{{ props.participant.address_1 }}
{{ props.participant.address_2 }}
{{ props.participant.postcode }}
@@ -163,9 +175,9 @@ function saveParticipant() {
| Stamm |
- {{ props.participant.localgroup }}
+ {{ props.participant.localgroup }}
|
@@ -173,7 +185,7 @@ function saveParticipant() {
| Geburtsdatum |
- {{ props.participant.birthday }}
+ {{ props.participant.birthday }}
|
@@ -186,7 +198,7 @@ function saveParticipant() {
| E-Mail |
- {{ props.participant.email_1 }}
+ {{ props.participant.email_1 }}
|
@@ -194,7 +206,7 @@ function saveParticipant() {
| Telefon |
- {{ props.participant.phone_1 }}
+ {{ props.participant.phone_1 }}
|
@@ -202,7 +214,7 @@ function saveParticipant() {
| Ansprechperson |
- {{ props.participant.contact_person }}
+ {{ props.participant.contact_person }}
|
@@ -210,7 +222,7 @@ function saveParticipant() {
| Ansprechperson E-Mail |
- {{ props.participant.email_2 }}
+ {{ props.participant.email_2 }}
|
@@ -218,7 +230,7 @@ function saveParticipant() {
| Ansprechperson Telefon |
- {{ props.participant.phone_2 }}
+ {{ props.participant.phone_2 }}
|
@@ -233,24 +245,24 @@ function saveParticipant() {
| Anreise |
- {{ props.participant.arrival }}
-
+ {{ props.participant.arrival }}
+
|
| Abreise |
- {{ props.participant.departure }}
-
+ {{ props.participant.departure }}
+
|
| Teilnahmegruppe |
- {{ props.participant.participationType }}
+ {{ props.participant.participationType }}
| | |