{% extends "common/error.html" %} {% comment %} SPDX-FileCopyrightText: 2024-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% load rich_text %} {% load static %} {% block title %}{% translate "Redirect" context "page title: external redirect warning" %}{% endblock title %} {% block error_image %}{% endblock error_image %} {% block content %}

{% translate "Redirect" context "page title: external redirect warning" %}

{% blocktranslate trimmed %} The link you clicked on wants to redirect you to a destination on the website {{ host }}. {% endblocktranslate %} {% blocktranslate trimmed %} Please only proceed if you trust this website to be safe. {% endblocktranslate %}

{% blocktranslate trimmed with host=hostname %} Proceed to {{ host }} {% endblocktranslate %}

{% endblock content %}