{% for k,row in listing %} {% if row.categorie == 'nettoyage' %} {{ row.menu_lab }} {% elseif row.categorie == 'depannage' %} {{ row.menu_lab }} {% elseif row.categorie == 'nuisible' %} {{ row.menu_lab }} {% else %} {{ row.menu_lab }} {% endif %}
Fil d'ariane : {{ colorTag(row.fad)|raw }}

Sans ville :
Title : {{ colorTag(row.title_sans_ville)|raw }}
Description : {{ colorTag(row.description_sans_ville)|raw }}

Avec ville :
Title : {{ colorTag(row.title_avec_ville)|raw }}
Description : {{ colorTag(row.description_avec_ville)|raw }}
{% if categorie is defined and categorie|length > 0 and categorie != 'all' %}
{% if not loop.first %} {% endif %} {% if not loop.last %} {% endif %}
{% endif %} {% endfor %}