{% extends "error.html" %} {% load i18n %} {% load eventurl %} {% load urlreplace %} {% block content %} {% if cart_namespace %}
{% blocktrans trimmed %} Your browser is configured to block cookies from third-party website elements. Unfortunately, this means we cannot show you this ticket shop embedded into the website. Please try to open the ticket shop in a new tab or change your browser settings. {% endblocktrans %}
{% blocktrans trimmed %} We apologize for the inconvenience! {% endblocktrans %}
{% else %}{% blocktrans trimmed %} Your browser does not accept cookies from us. However, we need to set a cookie to remember who you are and what is in your cart. Please change your browser settings accordingly. {% endblocktrans %}
{% endif %} {% endblock %}