{% extends "account/base.html" %} {% load i18n crispy_forms_tags account socialaccount %} {% block head_title %}{% trans "Sign In" %}{% endblock %} {% block nav_title %}{% trans "Sign In" %}{% endblock nav_title %} {% block heading %}{% trans "Sign In" %}{% endblock heading %} {% block inner %} {% get_providers as socialaccount_providers %}

{% trans "Click the image below to easily sign in using your ORCID." %}

{% include 'account/orcid/login.html' %}
{% blocktrans %}

Don't have an ORCID? Use the details you registered with in the form below. If you haven't created an account yet, please sign up first.

{% endblocktrans %} {% crispy form %} {% trans "Forgot Password?" %} {% endblock %}