{% set tags = page['content']['keywords']|split(',') %} {% if (page['linkedmenu']|length) > 0 or (levelCombos|length) > 0 or (description_fin is not empty and description_fin is not null) %}

Découvrir aussi

{% if description_fin %}

{{ description_fin|raw }}

{% endif %} {% if page['linkedmenu'] %}
{% for menu in page['linkedmenu'] %} {{ menu['titre']|upper|raw }} {% endfor %}
{% endif %} {% if levelCombos %}
{{combo_link|raw}}
{% endif %} {% if tags %}
{% for tag in tags %} {{ tag }} {% endfor %}
{% endif %}
{% endif %}