{% if sommaires|length > 0 %} {% for som in sommaires %} {% if som.isActif %}

{{ som.name }}

{% for sommaire in som.sommaires %} {% if sommaire.actif %}
{{ sommaire.translations[app.request.locale].name|default('') }}
{% if sommaire.redirect.url %} {% else %} {% endif %}

{{ sommaire.translations[app.request.locale].name|default('') }}

{{ sommaire.translations[app.request.locale].description|default('')|raw }}

{% endif %} {% endfor %}
{% endif %} {% endfor %} {% endif %}