{% extends 'admin.html.twig' %} {% block title %}District index{% endblock %} {% block body %}
Ajouter une Commune
Ajouter une Région
Ajouter un Quartier
Ville
( {{ city }} )
Commune
( {{ commune }} )
Liste des quartiers
{% for district in districts %} {% else %} {% endfor %}
Name
Slug
CreatedAt
actions
{{ district.name }}
{{ district.slug }}
{{ district.createdAt ? district.createdAt|date('Y-m-d H:i:s') : '' }}
show
edit
no records found
{{ knp_pagination_render(districts) }}
{% endblock %}