Ubuntu

­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ {% extends 'admin.twig' %} {% set title %}{{ 'PrivacyManager_GDPR'|translate }}{% endset %} {% block content %}

{{ 'PrivacyManager_AskingForConsent'|translate }}

{{ 'PrivacyManager_ConsentExplanation'|translate }}

{{ 'PrivacyManager_WhenConsentIsNeeded1'|translate( '', '', '', '' )|raw }}

{{ 'PrivacyManager_WhenConsentIsNeeded2'|translate('', '.')|raw }}

{{ 'PrivacyManager_HowDoIAskForConsentIntroduction'|translate('', '')|raw }}

{% if consentManagerName %}

{{ 'PrivacyManager_ConsentManagerDetected'|translate(consentManagerName, '', ' {% if consentManagerIsConnected %}

{{ 'PrivacyManager_ConsentManagerConnected'|translate(consentManagerName)|raw }}

{% endif %}
{% endif %} {% endblock %}