{% load bootstrap %} {% load scipost_extras %}
Name:{{ profile.last_name }}, {{ profile.get_title_display }} {{ profile.first_name }}
Email(s) {% for profile_mail in profile.emails.all %} {% endfor %}
Email Still valid
{% if profile_mail.primary %}{% endif %}{{ profile_mail.email }}{% if profile_mail.primary %}{% endif %} {{ profile_mail.primary|yesno:'Primary,Alternative' }}
{% csrf_token %}
{% csrf_token %}
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 %}
Referee Invitations
    {% for inv in profile.refereeinvitation_set.all %}
  • {{ inv.submission.title }}
    (invited {{ inv.date_invited }}; fulfilled: {% if inv.fulfilled %}{% else %}{% endif %})
  • {% empty %}
  • No refereeing invitation found
  • {% endfor %}

Actions:

  • Update this Profile
  • Delete this Profile
  • {% if email_form %}
  • Add an email to this Profile:
    {% csrf_token %} {{ email_form|bootstrap }}
  • {% endif %}