{% load bootstrap %} {% load scipost_extras %} {% load user_groups %} {% is_ed_admin request.user as is_ed_admin %} {% is_scipost_admin request.user as is_scipost_admin %}
Name: | {{ profile }} |
Original Name: | {{ profile.full_name_original }} |
Affiliations
|
{% include 'profiles/_affiliations_table.html' with profile=profile actions=True %} |
Email(s)
|
{% include 'profiles/_hx_profile_emails_table.html' %} |
Field | {{ profile.acad_field }} |
Specialties |
{% for specialty in profile.specialties.all %}
{{ specialty.code }}
{% endfor %}
|
ORCID ID | {{ profile.orcid_id }} |
Webpage | {{ profile.webpage }} |
Accepts SciPost emails | {{ profile.accepts_SciPost_emails }} |
Accepts refereeing requests | {{ profile.accepts_refereeing_requests }} |
Contributor | {% if profile.contributor %} Yes, id: {{ profile.contributor.pk }}, status: {{ profile.contributor.get_status_display }}, user active: {{ profile.contributor.user.is_active }} (info link) {% if is_scipost_admin or is_ed_admin %} -- last login: {{ profile.contributor.user.last_login }} {% endif %} {% else %} No {% endif %} |