{% extends 'manager/manager_base.html.twig' %} {% block title %}District{% endblock %} {% block content %}
| IdDistrict | {{ district.idDistrict }} |
|---|---|
| Nom | {{ district.nom }} |
| CreatedAt | {{ district.createdAt ? district.createdAt|date('Y-m-d H:i:s') : '' }} |
| UpdatedAt | {{ district.updatedAt ? district.updatedAt|date('Y-m-d H:i:s') : '' }} |
| IdChefLieuRegion | {{ district.idChefLieuRegion }} |