{% extends 'admin_base.html.twig' %} {% block title %}Kurse – Fit wie ein Fisch{% endblock %} {% block header_title %}Kurse{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %} {% set actions %} CSV {% endset %} {% include 'admin/fisch/_fisch_page_header.html.twig' with { title: 'Kursübersicht', icon: 'swimming-pool', subtitle: 'Saison ' ~ seasonYear ~ ' — nach Schwimmbad gruppiert', breadcrumb_current: 'Kurse', actions_html: actions } %} {% for label, messages in app.flashes %} {% for message in messages %}
Keine Kurse passen zu den Filtern.
{% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}