{% load i18n %} {% load rich_text %} {% load safelink %} {% load escapejson %} {% load icon %} {% load dialog %}
{% if request.organizer and request.organizer.settings.cookie_consent %} {% if cookie_consent_from_widget %} {{ cookie_consent_from_widget|json_script:"cookie-consent-from-widget" }} {% endif %} {% if cookie_providers %} {% with request.event|default:request.organizer as sh %} {% dialog "cookie-consent-modal" sh.settings.cookie_consent_dialog_title sh.settings.cookie_consent_dialog_text|rich_text icon="shield" %} {% if sh.settings.cookie_consent_dialog_text_secondary %}
{{ sh.settings.cookie_consent_dialog_text_secondary|rich_text }}
{% endif %} {% if sh.settings.privacy_url %}

{% trans "Privacy policy" %}

{% endif %} {% enddialog %} {% endwith %} {% endif %} {% endif %}