{% if submission.editor_in_charge == fellowship.contributor %}
{% if submission.editor_in_charge == fellowship.contributor %}
<strong>Fellow is Editor-in-charge</strong>
<strong>Fellow is Editor-in-charge</strong>
{% else %}
{% else %}
<aclass="text-danger"href="{% url 'colleges:fellowship_remove_submission' fellowship.id submission.preprint.identifier_w_vn_nr %}">Remove from this Fellowship's pool</a>
<aclass="text-danger"
href="{% url 'colleges:fellowship_remove_submission' fellowship.id submission.preprint.identifier_w_vn_nr %}">Remove from this Fellowship's pool</a>
{% endif %}
{% endif %}
</td>
</td>
</tr>
</tr>
{% endfor %}
{% endfor %}
<tr>
<tr>
<tdcolspan="3"class="py-3 text-center"><ahref="{% url 'colleges:fellowship_add_submission' fellowship.id %}">Add Submission to this Fellowship's pool</a></td>
<tdcolspan="3"class="py-3 text-center">
<ahref="{% url 'colleges:fellowship_add_submission' fellowship.id %}">Add Submission to this Fellowship's pool</a>