{% load bootstrap %} {% load scipost_extras %}
Details
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 %}
{% 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 %}
Actions
  • Update this Profile
  • Delete this Profile
  • {% if email_form %}
  • Add an email to this Profile:
    {% csrf_token %} {{ email_form|bootstrap }}
  • {% endif %}
Refereeing 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 %}
Registration invitations
    {% for reginv in profile.registrationinvitation_set.all %}
  • {{ reginv }}
  • {% empty %}
  • No invitation found
  • {% endfor %}
Publications
    {% for pub in profile.publications.all %}
  • {{ pub.citation }}
  • {% empty %}
  • No Publication found
  • {% endfor %}
Comments
{% for comment in profile.comments.all %}
  • {{ comment }}
  • {% empty %}
  • No Comment found
  • {% endfor %}
    Theses
    {% for thesis in profile.theses.all %}
  • {{ thesis }}
  • {% empty %}
  • No Thesis found
  • {% endfor %}