{% load submissions_pool %} {% load ethics_extras %}

Voting

{% 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 %}
Voting management

Fellows with voting rights on this Recommendation

{% for contributor in recommendation.eligible_to_vote.all %} {% empty %} {% endfor %}
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

Fellowships in this Submission's pool (no voting right yet on this Recommendation)

{% for fellowship in submission.fellows.select_related_contributor__user_and_profile %} {% if fellowship.contributor not in recommendation.eligible_to_vote.all %} {% endif %} {% endfor %}
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 %} {% if "edadmin" in user_roles %} {% endif %} {% for ci in ci_qs %} {% endfor %}
Related Profile / (nature)Actions
{{ ci.related_profile }}
({{ ci.get_nature_display }})
{% else %} unknown {% endif %} {% endif %}
{% get_fellow_readiness_status_display submission fellowship %} Grant voting right
{% endif %}