{% extends "base.html" %} {% load i18n %} {% block title %} {{ title }} {% endblock %} {% block bodyargs %}onload="document.forms['saml'].submit()"{% endblock %} {% block content %}

{{ title }}

{% trans "You should be automatically redirected." %}

{% trans "If this page is still visible after a few seconds, press the Send button below." %}

{% if relay_state %} {% endif %}
{% endblock %}