{% load bootstrap %} {% load scipost_extras %} {% load user_groups %} {% is_ed_admin request.user as is_ed_admin %} {% is_scipost_admin request.user as is_scipost_admin %}
Details for profile {{ profile.id }}
Name: {{ profile }}
Affiliations {% include 'profiles/_affiliations_table.html' with profile=profile actions=True %}
Email(s)
    {% if perms.scipost.can_add_profile_emails %}
  • Add a new Email
  • {% endif %}
{% include 'profiles/_hx_profile_emails_table.html' %}
Field{{ profile.acad_field }}
Specialties {% for specialty in profile.specialties.all %}
{{ specialty.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) {% if is_scipost_admin or is_ed_admin %} -- last login: {{ profile.contributor.user.last_login }} {% endif %} {% else %} No {% endif %}
Publications
    {% for pub in profile.publications.all %}
  • {{ pub.citation }}
  • {% empty %}
  • No Publication found
  • {% endfor %}
Submissions (ongoing)
    {% for sub in profile.contributor.submissions.public_latest.unpublished %}
  • {{ sub }}
  • {% empty %}
  • No ongoing Submission 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_ed_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 %}{% include 'bi/check-square-fill.html' %}{% else %}{% include 'bi/x-circle-fill.html' %}{% endif %})
    • {% empty %}
    • No refereeing invitation found
    • {% endfor %}
    Actions
    {% endif %}