{# The sign-in page. Deliberately not built on base.html: the shell renders a sidebar full of model links, and a page reached by an anonymous visitor must not enumerate what the admin manages. #} {{ _("Sign in") }} · {{ _(settings.project_name) }} {% for stylesheet in stylesheets %} {% endfor %} {{ ff_sprite() }}
{% if theme.logo_url %} {% else %} {% endif %} {{ _(settings.project_name) }}

{{ _("Sign in") }}

{{ _("Administration for {project}", project=_(settings.project_name)) }}

{% if error %} {# One message for every failure mode. Anything more specific tells a stranger which addresses are registered. #} {% endif %}
{% if insecure_transport %}

{{ _("This page is being served over plain HTTP. Credentials are readable in transit — use HTTPS before this reaches anyone else.") }}

{% endif %}
{% if languages|length > 1 %} {# A dropdown rather than the rows laid out flat: this page is a single centred card, and three permanent rows below it would compete with the one thing there is to do here. #}
{{ current_language.name }}
{% include "_language.html" %}
{% endif %}