{% extends 'scipost/base.html' %} {% block pagetitle %}: assign submissions{% endblock pagetitle %} {% block bodysup %}
{% if not submission_to_assign %}

There are no Submissions for you to assign.

{% else %}

SciPost Submission to Assign



{{ submission_to_assign.header_as_table|safe }}

Abstract:

{{ submission_to_assign.abstract }}



{{ submission_to_assign.status_info_as_table|safe }}

Required actions:

{% csrf_token %} {{ form.as_ul }}
{% endif %}
{% endblock bodysup %}