{% extends "common/app/base.html" %} {% load static i18n %} {% block "content" %} {% block "css" %} {{ block.super }} {% endblock %} {% block "header_middle" %}
{% endblock %} {% if form.errors %} {% blocktrans %}

Your username and password didn't match. Please try again.

{% endblocktrans %} {% endif %} {% if next %} {% if user.is_authenticated %}

{% blocktrans %} Your account doesn't have access to this page. To proceed, please login with an account that has access. {% endblocktrans %}

{% else %}

{% trans "Please login to see this page." %}

{% endif %} {% endif %}
{% if not oauth_manages_org %} {% else %}
{% blocktrans %} The authentication service(s) to the right are in control of the users and organizations for this {{ sertvice_tag }} instance. {% endblocktrans %}
{% endif %}
{% if backends.backends %}

{% trans "Authenticate" %}

{% include "common/auth/oauth.html" %} {% endif %}
{% endblock %}