{% extends 'admin.html.twig' %} {% block title %}Liste Ville{% endblock %} {% block body %}

Villes


{% for region in pagination %} {% else %} {% endfor %}
Id Name Slug actions
{{ region.id }} {{ region.name }} {{ region.slug }} voir Modifier
no records found
{% if pagination.totalItemCount > limit %}
{% endif %}
Create new {% endblock %}