{% load static %} {% if author.orcid_uri %} {% comment %} The orcid_uri property only displays a regex-valid orcid. {% endcomment %} {{ author.orcid }} {% trans "Opens in new tab." %} {% elif author.orcid %} {{ author.orcid }} {% else %} --- {% endif %}