{% 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 %}
Details for profile {{ profile.id }}
Name: {{ profile }}
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, id: {{ profile.contributor.pk }}, status: {{ profile.contributor.get_status_display }}, user active: {{ profile.contributor.user.is_active }} (info link){% else %}No{% endif %}
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 %}
    {% if is_scipost_admin or is_edcol_admin %}

    Admin-level info

    Registration invitations
      {% for reginv in profile.registrationinvitation_set.all %}
    • {{ reginv }}
      status: {{ reginv.get_status_display }}
    • {% empty %}
    • No invitation found
    • {% endfor %}
    Fellowships and Potential Fellowships
    Fellowships
      {% for fellowship in profile.contributor.fellowships.all %}
    • {{ fellowship }}
    • {% empty %}
    • No fellowships found
    • {% endfor %}
    Potential Fellowships
      {% for potfellowship in profile.potentialfellowship_set.all %}
    • {{ potfellowship }}
    • {% empty %}
    • No Potential Fellowships found
    • {% endfor %}
    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 %}
    Actions
    • Update this Profile
    • Delete this Profile
    • {% if email_form %}
    • Add an email to this Profile:
      {% csrf_token %} {{ email_form|bootstrap }}
    • {% endif %}
    {% endif %}