{% extends 'publicBase.html.twig' %} {% block title %} Consent {% endblock %} {% block body %} {% if app.user %}

Data Usage Consent

Dear {{ app.user.userIdentifier }},

We request your consent to process your personal data. By agreeing, you acknowledge that:

  • We will store and process your personal information securely
  • Your data will only be used for the purposes specified in our privacy policy
  • You can withdraw your consent at any time
{% endif %} {% endblock %}