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

{% trans "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." %}

{% csrf_token %}
{% endblock body %}