{% load bootstrap %} {% load scipost_extras %} {% load user_groups %} {% is_edcol_admin request.user as is_edcol_admin %} {% is_scipost_admin request.user as is_scipost_admin %}
Name: | {{ profile }} |
Affiliations | {% include 'profiles/_affiliations_table.html' with profile=profile actions=True %} |
Email(s) | |
Discipline | {{ profile.get_discipline_display }} |
Expertises | {% for expertise in profile.expertises %}
{{ expertise|get_specialization_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){% else %}No{% endif %} |