{% load crispy_forms_tags %} {% load common_extras %}
Fellow | Specialties | Status |
Currently available |
As EIC: nr currently in refereeing |
Nr of Submissions currently visible in Assignment stage |
Nr appraised |
Latest appraisal datetime |
||
---|---|---|---|---|---|---|---|---|---|
{{ fellowship.contributor }} |
{% for specialty in fellowship.contributor.profile.specialties.all %}
{{ specialty.code }}
{% endfor %}
|
{{ fellowship.get_status_display }} | {% if fellowship.contributor.current_unavailability_periods %} {% include "bi/x-square-fill.html" %} {% else %} {% include "bi/check-square-fill.html" %} {% endif %} | {{ fellowship.contributor.EIC_in_stage_in_refereeing|length }} | {% if fellowship.contributor.current_unavailability_periods %}unavailable up to {{ fellowship.contributor.available_again_after_date }} | {% else %}{{ fellowship.nr_visible }} | {{ fellowship.nr_appraised }} | {% endif %}{{ fellowship.latest_appraisal_datetime|date:"Y-m-d H:i" }}{% if fellowship.latest_appraisal_datetime %} ({{ fellowship.latest_appraisal_datetime|timesince|rstrip_minutes }} ago){% endif %} | |
see details of current appraisals |
|||||||||
No Fellow found |