{% load i18n %} {% load rich_text %} {% load safelink %} {% load escapejson %} {% load icon %} {% load dialog %} {% dialog "loadingmodal" "" "" icon="cog rotating" %}

{% trans "If this takes longer than a few minutes, please contact us." %}

{% enddialog %} {% dialog "dialog-cart-extend" "" "" icon="clock-o" alert=true %} {% enddialog %} {% 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 %} {% trans "You didn't select any ticket." as label_nothing_to_add %} {% trans "Please tick a checkbox or enter a quantity for one of the ticket types to add to the cart." as description_nothing_to_add %} {% dialog "dialog-nothing-to-add" label_nothing_to_add description_nothing_to_add icon="exclamation-circle" %} {% enddialog %}