{% extends 'admin_base.html.twig' %} {% block title %}Standorte – Fit wie ein Fisch{% endblock %} {% block header_title %}Standorte{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %} {% set actions %} {% endset %} {% include 'admin/fisch/_fisch_page_header.html.twig' with { title: 'Standorte', icon: 'map-marker-alt', subtitle: 'Schwimmbäder / Lehrschwimmbecken anlegen, sortieren und aktivieren', actions_html: actions } %} {% for label, messages in app.flashes %} {% for message in messages %}
| Sort. | Name | Slug | Status | Aktionen |
|---|---|---|---|---|
| {{ pool.sortOrder }} | {{ pool.name }} | {{ pool.slug }} |
{% if pool.isActive %} Aktiv {% else %} Inaktiv {% endif %} | |
| Noch keine Standorte. | ||||