{% extends "error.html" %} {% load i18n %} {% load eventurl %} {% load urlreplace %} {% load static %} {% block content %}

{% trans "Please continue in a new tab" %}

{% blocktrans trimmed %} For security reasons, the following step is only possible in a new tab. {% endblocktrans %}

{% blocktrans trimmed %} If the new tab did not open automatically, please click the following button: {% endblocktrans %}

{% trans "Continue in new tab" %} {{ url|json_script:"framebreak-url" }}
{% endblock %}