{% extends 'admin_base.html.twig' %} {% block title %}Standorte verwalten - Admin{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}
Verwalten Sie alle Standorte und deren Informationen
Adresse: {{ location.address }}
{% endif %} {% if location.phone %}Telefon: {{ location.phone }}
{% endif %} {% if location.email %}E-Mail: {{ location.email }}
{% endif %}{{ location.description }}
Es sind noch keine Standorte angelegt.