{% extends "common/error.html" %} {% load i18n %} {% load rich_text %} {% load static %} {% block title %}{% translate "Redirect" %}{% endblock title %} {% block error_image %}{% endblock error_image %} {% block content %}

{% translate "Redirect" %}

{% blocktranslate trimmed with host=""|add:hostname|add:""|safe %} 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 %}