{% 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 %} {% endfor %} {% endfor %}
{% for pool in pools %} {% else %} {% endfor %}
Sort. Name Slug Infos für E-Mails Status Aktionen
{{ pool.sortOrder }} {{ pool.name }} {{ pool.slug }} {% if pool.hasTravelInfo %} hinterlegt
{{ pool.address ? 'Adresse' : '' }}{{ pool.directions ? ' · Anfahrt' : '' }}{{ pool.parkingInfo ? ' · Parken' : '' }}{{ pool.mapsUrl ? ' · Karte' : '' }}
{% else %} fehlt {% endif %}
{% if pool.isActive %} Aktiv {% else %} Inaktiv {% endif %}
Noch keine Standorte.
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}