{% extends "admin/core/small_form.html" %} {% load static i18n orcid next_url %} {% block contextual_title %} {% trans "Log in" %} {% endblock contextual_title %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block title-section %}
{% trans "Log in" %}
{% endblock %} {% block form_content %} {% include "admin/elements/forms/messages_in_callout.html" with form=form %} {% if settings.ENABLE_ORCID %}
ORCID logo {% trans "Log in with ORCiD" %}
{% endif %} {% if settings.ENABLE_OIDC %}
{% trans "Log in with" %} {{ settings.OIDC_SERVICE_NAME }}
{% endif %} {% if journal_settings.general.display_login_page_notice %} {{ journal_settings.general.login_page_notice|safe }} {% endif %} {% include "admin/elements/forms/field.html" with field=form.user_name %} {% include "admin/elements/forms/field.html" with field=form.user_pass %} {{ form.captcha }}

{% trans "Forgotten your password?" %}

{% trans "Register a new account" %}

{% include "admin/elements/forms/denotes_required.html" %} {% endblock form_content %}