Title: | {{ contributor.get_title_display }} |
First name: | {{ contributor.user.first_name }} |
Last name: | {{ contributor.user.last_name }} |
ORCID id: | {{ contributor.orcid_id|default:'-' }} |
Affiliation(s): |
{% for affiliation in contributor.affiliations.active %}
{% if not forloop.first %}
{% endif %}
{{ affiliation.institution }}
{% endfor %}
|
Personal web page: | {{ contributor.personalwebpage|default:'-' }} |
{% if perms.scipost.can_vet_registration_requests %}
Username | {{ contributor.user.username }} |
Email (from User) | {{ contributor.user.email }} |
Status | {{ contributor.get_status_display }} |
User active? | {{ contributor.user.is_active }} |
Id | {{ contributor.id }}{% if contributor.profile %} View Profile {% endif %} |
{% endif %}