{% extends 'admin_base.html.twig' %} {% block title %}Teilnehmer – Fit wie ein Fisch{% endblock %} {% block header_title %}Teilnehmer{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %} {% set actions %} CSV-Export {{ participants|length }} Einträge {% endset %} {% include 'admin/fisch/_fisch_page_header.html.twig' with { title: 'Alle Teilnehmer', icon: 'child', subtitle: 'Saison ' ~ seasonYear ~ ' — Anmeldungen über alle Kurse', actions_html: actions } %} {% for label, messages in app.flashes %} {% for message in messages %}
| Name | Geburtsdatum | Schwimmbad | Uhrzeit | Angemeldet am | Aktionen | |
|---|---|---|---|---|---|---|
| {{ p.childFirstName }} {{ p.childLastName }} | {{ p.birthDate|date('d.m.Y') }} | {{ p.parentEmail }} | {{ p.course.pool.name }} | {{ p.course.startTimeFormatted }} {{ p.course.ageGroupLabel }} | {{ p.createdAt|date('d.m.Y H:i') }} | |
| Keine Anmeldungen. | ||||||