{% load submissions_pool %} {% load ethics_extras %} {% get_fellow_readiness submission fellowship as readiness %} {% get_fellow_qualification_expertise_level_display submission fellowship as expertise_level %} {{ 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 %} {% if "edadmin" in user_roles or "active_senior_fellow" in user_roles %} {% include "icons/reception.html" with value=fellowship.contributor.editorial_assignments.ongoing.count max=4 %} {% endif %} {{ expertise_level }} {{ readiness.get_status_display }} {% 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 %}{% 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 %} {% if "edadmin" in user_roles %} {% include "bi/plus-square-fill.html" %} {% include "bi/trash-fill.html" %} {% if readiness.status != 'desk_reject' %} {% include "bi/envelope-fill.html" %} {% endif %} {% endif %} {% endif %}