{% extends 'hidp/base_pre_login.html' %} {% load i18n %} {% block title %}{% translate 'Sign in' %}{% endblock %} {% block main %} {% if oidc_error_message %}
{% blocktranslate trimmed %} Excessive login attempts have been detected for this account. For your safety, additional security measures are now in place. {% endblocktranslate %}
{% endif %}{% translate 'Forgot your password?' %}
{% if oidc_login_providers %}{% translate 'No account yet?' %} {% translate 'Sign up' %}
{% endif %} {% endblock %}