{% 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 %} {% if showArchived %} Aktive Kurse {% else %} Archiv CSV {% endif %} {% endset %} {% include 'admin/fisch/_fisch_page_header.html.twig' with { title: showArchived ? 'Kursarchiv' : 'Kursübersicht', icon: 'swimming-pool', subtitle: 'Saison ' ~ seasonYear ~ (showArchived ? ' — archivierte Kurse' : ' — nach Schwimmbad gruppiert'), breadcrumb_current: showArchived ? 'Archiv' : 'Kurse', actions_html: actions } %} {% for label, messages in app.flashes %} {% for message in messages %}
Keine Kurse passen zu den Filtern.
{% endif %} {% if not showArchived %} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}