{% load submissions_pool %} {% load ethics_extras %}
Fellow | Status | Currently available |
Qualification | {% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}Competing interests |
{% if "edadmin" in user_roles %}
Actions | {% endif %} {% endif %}Readiness to take charge | ||||
---|---|---|---|---|---|---|---|---|---|---|
{{ fellowship.contributor }} | {{ fellowship.get_status_display }} | {% if fellowship.contributor.is_currently_available %}{% include "bi/check-square-fill.html" %}{% else %}{% include "bi/x-square-fill.html" %}{% endif %} | {% get_fellow_qualification_expertise_level_display submission fellowship %} | {% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}
{% get_profile_clearance submission.clearances fellowship.contributor.profile as clearance %}
{% if clearance %}
all clear
(asserted by {{ clearance.asserted_by }})
{% else %}
{% get_profile_competing_interests submission.competing_interests fellowship.contributor.profile as ci_qs %}
{% if ci_qs %}
|
{% if "edadmin" in user_roles %}
{% include "bi/trash-fill.html" %} | {% endif %} {% endif %}{% get_fellow_readiness_status_display submission fellowship %} |