{% extends 'submissions/_pool_base.html' %} {% block pagetitle %}: Assignments{% endblock pagetitle %} {% block breadcrumb_items %} {{block.super}} Pool Your assignments {% endblock %} {% block content %} {% if assignments_to_consider %}

Assignment request

Can you act as Editor-in-charge? (see below to accept/decline)

{% for assignment_to_consider in assignments_to_consider %}
{% include 'submissions/_submission_assignment_request.html' with assignment=assignment_to_consider %}
{% endfor %}
{% endif %} {% if current_assignments %}

Your current assignments:

{% for assignment in current_assignments %} {% if not forloop.first %}
{% endif %}
{% include 'submissions/_submission_card_fellow_content.html' with submission=assignment.submission %}
{% include 'submissions/_required_actions_block.html' with submission=submission %}

Go to this Submission's Editorial Page

{% endfor %} {% else %}

You currently have no assignments to take care of.

{% endif %} {% endblock content %}