{# templates/layout/interventions_villes_proches.html.twig #}
{% if autres_villes is not empty and autres_villes|length > 0 and data_interventions_villes_proches is not empty and data_interventions_villes_proches.count_mots_cles > 0 %}
Interventions dans des villes proches de {{ data_ville.ville }} :
{% for key,row in autres_villes %}
{% if row.id != data_ville.id %}
{% for k,item in data_interventions_villes_proches.mots_cles %}
{{ item }} {{ row.ville }}
{% if data_interventions_villes_proches.count_mots_cles > 1 and data_interventions_villes_proches.count_mots_cles > (k + 1) %} | {% endif %}
{% endfor %}