{% 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' %}
| Vorname | Nachname | Geburtsdatum | Erziehungsberechtigte | |
|---|---|---|---|---|
| {{ p.childFirstName }} | {{ p.childLastName }} | {{ p.birthDate|date('d.m.Y') }} | {{ p.guardianName }} | {{ p.parentEmail }} |
| Noch keine Teilnehmer in diesem Kurs. | ||||