{% extends "core/base.html" %} {% load i18n %} {% load orcid %} {% block title %}{% trans "Login" %}{% endblock title %} {% block body %}
{% if settings.ENABLE_ORCID %}

{% trans "Log in with your account" %}

{% trans "Log in with ORCiD" %}
{% endif %} {% if settings.ENABLE_OIDC %} {% trans "Login with" %} {{ settings.OIDC_SERVICE_NAME }}
{% endif %}
{% include "common/elements/static-error-messages.html" with form=form %} {% csrf_token %} {% if journal_settings.general.display_login_page_notice %} {{ journal_settings.general.login_page_notice|safe }} {% endif %}

{{ form.captcha }}

{% trans "Forgotten your password?" %}

{% trans "Register a new account" %}

{% endblock body %}