📋 Teilnehmerliste

{{ course.name }}
{% if course.days|length > 0 %} {% endif %}
Kurs: {{ course.name }} Standort: {{ course.location ? course.location.name : '-' }}
Typ: {% if course.type == 'recurring_course' %}Wiederkehrender Kurs {% elseif course.type == 'limited_course' %}Begrenzter Kurs {% elseif course.type == 'holiday_course' %}Ferienkurs {% elseif course.type == 'event' %}Event {% else %}{{ course.type }} {% endif %} Zielgruppe: {{ course.targetGroup|default('-') }}
Zeiten: {{ course.days|first.startTime|date('H:i') }} - {{ course.days|first.endTime|date('H:i') }} Uhr
Max. Plätze: {{ course.maxSlots|default('unbegrenzt') }} Erstellt am: {{ generatedAt|date('d.m.Y H:i') }} Uhr
{{ totalParticipants }} Teilnehmer
{% if includeContactData %} {% else %} {% endif %} {% for participant in participants %} {% if includeContactData %} {% else %} {% endif %} {% if participant.extraFields|length > 0 %} {% endif %} {% else %} {% endfor %}
Nr. Nachname VornameE-Mail Telefon BuchungsnummerBuchungsnummer
{{ loop.index }} {{ participant.lastName }} {{ participant.firstName }}{{ participant.email }} {{ participant.phone|default('-') }} {{ participant.bookingToken }}{{ participant.bookingToken }}
{% for label, value in participant.extraFields %} {% if value %}
{{ label }}: {{ value }}
{% endif %} {% endfor %}
Keine Teilnehmer vorhanden