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

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 %}

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

Ongoing:

Completed:

{% endif %} {% endblock content %}