{% load crispy_forms_tags %}
{% include 'scipost/messages.html' %} {% for fellowship in proceedings.fellowships.all %} {% empty %} {% endfor %}
Fellow Status Date range Actions
{{ fellowship.contributor }} {{ fellowship.get_status_display }} {% if fellowship.start_date %} from {{ fellowship.start_date }} {% endif %}
{% if fellowship.until_date %} until {{ fellowship.until_date }} {% endif %} {% if not fellowship.start_date and not fellowship.until_date %} Unlimited {% endif %}
Remove
No Fellowships yet

Add a Fellowship to these Proceedings

{% csrf_token %}
{% crispy fellowship_search_form %}