{% extends 'hidp/base_pre_login.html' %} {% load i18n %} {% block title %}{% translate 'Sign in' %}{% endblock %} {% block main %} {% if oidc_error_message %} {% endif %}

{% translate 'Sign in' %}

{% translate 'With your email and password' %}

{% if is_rate_limited %}

{% blocktranslate trimmed %} Excessive login attempts have been detected for this account. For your safety, additional security measures are now in place. {% endblocktranslate %}

{% endif %}
{% csrf_token %} {{ form }}

{% translate 'Forgot your password?' %}

{% include 'hidp/includes/forms/submit_row.html' with submit_label=_('Sign in') %}
{% if oidc_login_providers %}

{% translate 'With a trusted service' %}

{% include 'hidp/includes/federated/oidc_provider_list.html' with providers=oidc_login_providers next_url=next %} {% endif %} {% if register_url %}

{% translate 'No account yet?' %} {% translate 'Sign up' %}

{% endif %} {% endblock %}