{% extends "base.html" %} {% load static %} {% load account %} {% block title %}User: {{ object.username }}{% endblock %} {% block content %}
{% with object.orcid_uri as orcid_uri %} {% if orcid_uri %} {# The following code is ORCID's recommendation + replacement of the current users data #}
{% else %} No ORCID Id is associated with this user. {% endif %} {% endwith %}