{% load crispy_forms_tags %} {% load common_extras %}

Filter

{% crispy form %}
{% for fellowship in fellowships.all %} {% if fellowship.contributor.current_unavailability_periods %} {% else %} {% endif %} {% empty %} {% endfor %}
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 }} unavailable up to {{ fellowship.contributor.available_again_after_date }}{{ fellowship.nr_visible }} {{ fellowship.nr_appraised }} {{ 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