{% extends 'admin_base.html.twig' %} {% block title %}Kursteilnehmer – Fit wie ein Fisch{% endblock %} {% block header_title %}Kursteilnehmer{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %} {% set actions %} {{ booked }}/{{ course.maxCapacity }} {% endset %} {% include 'admin/fisch/_fisch_page_header.html.twig' with { title: course.pool.name ~ ' · ' ~ course.startTimeFormatted, icon: 'users', subtitle: course.ageGroupLabel ~ ' — Teilnehmer dieses Kurs-Slots', breadcrumb_current: 'Kursteilnehmer', actions_html: actions } %} {% include 'admin/fisch/_fisch_demo_banner.html.twig' %}
Zur Kursübersicht
{% for p in participants %} {% else %} {% endfor %}
Vorname Nachname Geburtsdatum Erziehungsberechtigte E-Mail
{{ p.childFirstName }} {{ p.childLastName }} {{ p.birthDate|date('d.m.Y') }} {{ p.guardianName }} {{ p.parentEmail }}
Noch keine Teilnehmer in diesem Kurs.
{% endblock %}