{% extends "admin/core/small_form.html" %} {% load i18n foundation next_url %} {% block contextual_title %} {% trans "Unregistered ORCiD" %} {% endblock contextual_title %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Unregistered ORCiD" %}
  • {% endblock breadcrumbs %} {% block title-section %}
    {% trans "Unregistered ORCiD" %}
    {% endblock %} {% block form_content %} {% include "admin/elements/forms/messages_in_callout.html" with form=form %}

    {% blocktrans %} The ORCiD you logged in with is not currently linked with an account in our system. You can either register a new account, or login with an existing account to link your ORCiD for future use. {% endblocktrans %}

    {% trans "Forgotten your password?" %}

    {% trans "Register a new account" %}

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