{% extends "core/base.html" %} {% load foundation %} {% block title %}{% trans 'Unregistered ORCiD' %}{% endblock title %} {% block body %}
{% trans 'Unregistered ORCiD' %}

{% 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 %}

{% csrf_token %}
{% trans 'Login' %}

{% trans 'Forgot your password' %}?

{% trans 'Register' %}

{% trans 'Register' %}
{% endblock body %}