{% extends 'base.html.twig' %} {% block title %}Arrondissement index{% endblock %} {% block body %}

Arrondissement index

{% for arrondissement in arrondissements %} {% else %} {% endfor %}
Id Label actions
{{ arrondissement.id }} {{ arrondissement.label }} show edit
no records found
Create new {% endblock %}