{% load i18n socialaccount %} {% if user.orcid %}

{% trans "Your {{ config.site.name }} account is connected to the following ORCID record:" %}

ORCID logo {{ user.orcid.get_profile_url }} {% else %}

{% trans "Connect {{ config.site.name }} with your ORCID record to link your research to your data." %}

ORCID logo
{% endif %} {% include "socialaccount/snippets/login_extra.html" %}