{% extends '@kohinos/common/layout.html.twig' %} {% block title %}Consentement RGPD{% endblock %} {% block content %}
| Type | Date d'acceptation | Version | Actions |
|---|---|---|---|
| {{ consent.typeLabel }} | {{ consent.grantedAt|date('d/m/Y H:i') }} | {{ consent.version ?? '-' }} | {% if consent.type != 'general' %} {% else %} Obligatoire {% endif %} |
Conformément au RGPD, vous pouvez à tout moment :
Pour toute question, contactez notre DPO : {{ dpoEmail }}
{% endif %}