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

Commune

Id {{ commune.id }}
Nom {{ commune.nom }}
Type {{ commune.type }}
CreatedAt {{ commune.createdAt ? commune.createdAt|date('Y-m-d H:i:s') : '' }}
UpdatedAt {{ commune.updatedAt ? commune.updatedAt|date('Y-m-d H:i:s') : '' }}
back to list edit {{ include('manager/commune/_delete_form.html.twig') }} {% endblock %}