{% extends "base.html.twig" %} {% block page_title %} Villes | BO {% endblock %} {% block name_title_page_top %} Villes {% endblock %} {% block real_page_content %}
{% for c in cities %} {% endfor %}
Code Postal Nom Sub1 Sub2 Pays Actions
{% if c.vilCodepostal is defined %} {{c.vilCodepostal}} {% else %} X {% endif %} {{c.vilNom }} {{ c.vilSub1.subNom }} {{ c.vilSub2.subNom}} {{c.vilPay.payNom }}
{% include "components/_paginationApi.html.twig" %}
Ajouter une ville
{% endblock %}