{% load crispy_forms_tags %}

Add a Fellow to these Proceedings

{% csrf_token %}
{% crispy fellowship_search_form %}
{% 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 from these Proceedings
No Fellowships yet