{% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %} {% if "edadmin" in user_roles %} {% endif %} {% endif %} {% for fellowship in submission.fellows.select_related_contributor__user_and_profile %} {% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %} {% if "edadmin" in user_roles %} {% endif %} {% endif %} {% endfor %}
Fellow Status Currently
available
QualificationCompeting
interests
ActionsReadiness 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 %} {% 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 }})
{% if "edadmin" in user_roles %} {% include "bi/trash-fill.html" %} {% endif %}
{% else %} unknown {% endif %} {% endif %}
{% include "bi/trash-fill.html" %} {% get_fellow_readiness_status_display submission fellowship %}