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

Agence index

{% for agence in agences %} {% else %} {% endfor %}
Id Name actions
{{ agence.id }} {{ agence.name }} show edit
no records found
Create new {% endblock %}