{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: Overview{% endblock pagetitle %} {% load scipost_extras %} {% load submissions_extras %} {% block breadcrumb_items %} {{block.super}} Overview of Fellow's activities {% endblock %} {% block content %}

Overview of Fellows's activities

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

{% for fellow in fellows %} {% include 'partials/scipost/contributor_assignments_as_td.html' with contributor=fellow %} {% 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 %}