Conformément au RGPD, nous avons besoin de votre consentement pour traiter vos données personnelles.
{% for type in missingConsents %}
{% if type == 'ssa' and not ssaActive %}
{# Skip SSA consent if SSA module is not active or no caisse configured #}
{% elseif type == 'geolocation' and KOH_ALLOW_GEOLOCATION|default('false') != 'true' %}
{# Skip geolocation consent if geolocation is not enabled #}
{% else %}
{% if type == 'ssa' %}
Nécessaire pour participer au programme de Sécurité Sociale Alimentaire
(participations mensuelles{% if ssaHasTiers %}, composition du foyer{% endif %}).
{% endif %}
{% endif %}
{% endfor %}
Les champs marqués d'un * sont obligatoires.