{% load crispy_forms_tags %}
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 |