{% extends 'scipost/base.html' %}
{% block pagetitle %}: Assignments{% endblock pagetitle %}
{% block bodysup %}
{% load guardian_tags %}
{% load scipost_extras %}
{% load submissions_extras %}
{% if assignments_to_consider %}
{{ assignment_to_consider.submission.abstract }}Assignment request: can you act as Editor-in-charge? (see below to accept/decline):
{{ assignment_to_consider.submission.header_as_table }}
Abstract:
Accept or Decline this Assignment
By accepting, you will be required to start a refereeing round on the next screen.
{% endfor %}
You currently have no assignments to take care of.