{% if bos|length > 1 %}

TOUS LES LOCAUX

{% endif %}
{% if bos|length > 1 %} {% for bo in bos %}

{{ bo.nom }}

{% endfor %} {% else %} {% for bo in bos %}

Tous les locaux de la BO de {{ bo.nom }}

{% endfor %} {% endif %}
{% if bos|length > 1 %} {% for local in locaux %}
{% if local.nom_photo != "" %}{% endif %}

{{ local.nom_local }} {{ local.bo }}

{% endfor %} {% else %} {% for local in locaux %} {% if locaux|length == 1 %}
{% else %}
{% endif %} {% if local.nom_photo != "" %}{% endif %}

{{ local.nom_local }}

{% endfor %} {% endif %}