{% load bootstrap %} {% load scipost_extras %}
Name:{{ profile.last_name }}, {{ profile.get_title_display }} {{ profile.first_name }}
Email(s)
  • {{ profile.email }} (current)
  • {% for altemail in profile.emails.all %}
  • {{ altemail.email }} (alt, {{ altemail.still_valid|yesno:"still valid,deprecated" }})
  • {% endfor %}
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 (info link){% else %}No{% endif %}

Actions:

  • Update this Profile
  • Delete this Profile
  • Add an alternative email to this Profile:
    {% csrf_token %} {{ alternative_email_form|bootstrap }}