{% extends '_base_only_content.html' %} {% load static %} {% load i18n %} {% block html_title %} {{ INTERFACE.login_title }} {% endblock %} {% block title %} {{ INTERFACE.login_title }}{% endblock %} {% block content %}

{% trans 'You are about to be redirected to an external website. Please confirm that you trust this link: ' %} {{ target_url }}

{% endblock %}