{% extends "geolocale/geolocale.html.twig" %} {% block title %} Géo Sub1 | BO {% endblock %} {% block section %}
Subdivisions de niveau 1 :
{% for s in subdivisions1 %} {% if s.subCode is defined and s.subCode is not null %} {% else %} {% endif %} {% endfor %}
Code Nom Actions
{{s.subCode}} {{s.subNom }}

Créer une Nouvelle Subdivision pour ce pays :

{% endblock %}