{% extends 'scipost/base.html' %} {% load guardian_tags %} {% load scipost_extras %} {% load submissions_extras %} {% block pagetitle %}: Assignments{% endblock pagetitle %} {% 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:

{% else %}

You currently have no assignments to take care of.

{% endif %} {% endblock content %}