{# Cookie consent banner — only shown if Google Analytics is configured #}
{% if site is not null and site.googleAnalyticsId is not null and site.googleAnalyticsId is not empty %}
Ce site utilise des cookies pour mesurer l'audience.
{% set privacy_page = footer_legal_menus|filter(m => m.systemKey == 'politique-confidentialite')|first %}
{% if privacy_page %}
En savoir plus.
{% endif %}