{% extends 'colleges/base.html' %} {% load scipost_extras %} {% load add_get_parameters %} {% block breadcrumb_items %} {{ block.super }} Colleges Fellowships {% endblock %} {% block pagetitle %}: Fellowships{% endblock pagetitle %} {% block content %}

Fellowships


{% if view.kwargs.discipline %}

Fellowships {% if view.kwargs.discipline %}in {{ view.kwargs.discipline }}{% if view.kwargs.expertise %} ({{ view.kwargs.expertise|get_specialization_display }}){% endif %}{% endif %}:


{% endif %} {% for fellow in object_list %} {% empty %} {% endfor %}
Fellow
[Click for details]
Type Discipline
expertises
Start date
End date
Assignments [last year / total]
Ongoing Requested Accepted Refused Deprecated Fulfilled
{{ fellow.contributor }} {% if fellow.guest %}Guest Fellow{% else %}Regular Fellow{% endif %} {{ fellow.contributor.get_discipline_display }}
{% for expertise in fellow.contributor.profile.expertises %}
{{ expertise|get_specialization_code }}
{% endfor %}
{{ fellow.start_date|default:'No start date' }}
{{ fellow.until_date|default:'No end date' }}
{{ fellow.contributor.editorial_assignments.ongoing.count }} {{ fellow.contributor.editorial_assignments.last_year.count }} /  {{ fellow.contributor.editorial_assignments.count }} {{ fellow.contributor.editorial_assignments.last_year.accepted.count }} /  {{ fellow.contributor.editorial_assignments.accepted.count }} {{ fellow.contributor.editorial_assignments.last_year.declined.count }} /  {{ fellow.contributor.editorial_assignments.declined.count }} {{ fellow.contributor.editorial_assignments.last_year.deprecated.count }} /  {{ fellow.contributor.editorial_assignments.deprecated.count }} {{ fellow.contributor.editorial_assignments.last_year.completed.count }} /  {{ fellow.contributor.editorial_assignments.completed.count }}
No fellowships found
{% if is_paginated %}
{% include 'partials/pagination.html' with page_obj=page_obj %}
{% endif %} {% endblock %}