{% extends 'base.html.twig' %} {% block title %}ZPB Gestion - {{ zone.name }} {% endblock %} {% block main %}

{{ zone.name }}

Retour aux Zones

Choisissez un territoire à explorer.

{% for territoire in zone.locations %}

{{ territoire.name }}

{{ territoire.creation|date('Y') }}

{{ territoire.description }}


{{ territoire.getEnclosuresWithoutDestruction|length }} enclos

{% endfor %}
{% include 'partials/_modal.html.twig' with { modalId: "modal-add-location", modalTitle: "Ajouter un territoire", modalBody: component('new_location'), } %} {% endblock %}