{% extends 'scipost/base.html' %} {% block pagetitle %}: Overview{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %} {% load scipost_extras %} {% load submissions_extras %}

Overview of Fellows's activities

Click on a Fellow's name to view full assignment details.

{% for Fellow in Fellows %} {{ Fellow.assignments_summary_as_td }} {% endfor %}
Name Expertises Ongoing Assignments
last yr / tot
Accepted
last yr / tot
Refused
last yr / tot
Ignored
last yr / tot
Fulfilled
last yr / tot
{{ Fellow.user.last_name }}, {{ Fellow.user.first_name }}
{% if Fellow %}

Overview of Fellows's activities

Assignments for {{ Fellow.user.first_name }} {{ Fellow.user.last_name }}

Ongoing:

Completed:

{% endif %} {% endblock bodysup %}