{% extends "admin/login.html" %} {% load i18n admin_oauth_extras %} {% block extrahead %}{{ block.super }} {% endblock %} {% block content %} {{ block.super }}
{% get_setting "GOOGLE_CLIENT_ID" as google_client_id %} {% if google_client_id %} {% trans "Log in using Google" %}{% if request.session.admin_oauth_prompt %} {% translate '(select account)' %}{% endif %} {% endif %} {% get_setting "MICROSOFT_CLIENT_ID" as microsoft_client_id %} {% if microsoft_client_id %} {% trans "Log in using Microsoft" %}{% if request.session.admin_oauth_prompt %} {% translate '(select account)' %}{% endif %} {% endif %}
{% endblock content %}