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

Lieu index

{% for lieu in lieus %} {% else %} {% endfor %}
Id Nom Description Adresse CodePostal Ville UpdatedAt Image.name Image.originalName Image.mimeType Image.size Image.dimensions actions
{{ lieu.id }} {{ lieu.nom }} {{ lieu.description }} {{ lieu.adresse }} {{ lieu.codePostal }} {{ lieu.ville }} show edit
no records found
Create new {% endblock %}