{% load submissions_pool %} {% load ethics_extras %}
{% include "bi/cone-striped.html" %} please use the old facilities for now (see top of page for your voting duties)
{% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %}Fellow | Currently available |
Specialties | Voted for | Voted against | Voted abstain | Actions |
---|---|---|---|---|---|---|
{{ contributor }} {% if contributor.is_active_senior_fellow %} [SF]{% endif %} | {% if contributor.is_currently_available %}{% include "bi/check-square-fill.html" %}{% else %}{% include "bi/x-square-fill.html" %}{% endif %} | {% for specialty in contributor.profile.specialties.all %} {{ specialty.code }} {% endfor %} | {% if contributor in recommendation.voted_for %} {% include "bi/check-square-fill.html" %} {% endif %} | {% if contributor in recommendation.voted_against %} {% include "bi/check-square-fill.html" %} {% endif %} | {% if contributor in recommendation.voted_abstain %} {% include "bi/check-square-fill.html" %} {% endif %} | Revoke voting right |
No voting right has been granted |
Fellow | Status | Currently available |
Specialties | Qualification | Competing interests |
Readiness to take charge | Actions | |||
---|---|---|---|---|---|---|---|---|---|---|
{{ 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 %} | {% for specialty in fellowship.contributor.profile.specialties.all %} {{ specialty.code }} {% endfor %} | {% get_fellow_qualification_expertise_level_display submission fellowship %} |
{% 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 %}
|
{% get_fellow_readiness_status_display submission fellowship %} | Grant voting right |