{% extends "base.html" %} {% load i18n %} {% block content %} {% trans "Sign in" %}
{% trans "Forgot Password?" %}
{% trans "There are no IdPs configured, please check the configuration" %}
{% trans "Identity Provider" %}: {% for url, name in idps.items %} {% if name %}{{ name }}{% else %}{{ url }}{% endif %} {% endfor %}
{% trans "Don't see your IdP in this list?" %} {% mailtoadmins %}
{% trans "Sign in using your web server REMOTE_USER header" %}