{% extends 'submissions/pool/base.html' %} {% load bootstrap %} {% load guardian_tags %} {% load scipost_extras %} {% load submissions_extras %} {% block breadcrumb_items %} Personal Page {% if submission %} Pool {{ submission.arxiv_identifier_w_vn_nr }} {% else %} Pool {% endif %} {% endblock %} {% block pagetitle %}: Submissions Pool{% endblock pagetitle %} {% block content %} {% with is_ECAdmin=request.user|is_in_group:'Editorial Administrators' %} See old pool layout

SciPost Submissions Pool

{% if is_ECAdmin %} Go to the Editorial Administration {% endif %} {% if assignments_to_consider %}

Your open Assignment Requests

{% endif %} {% if recs_to_vote_on %}

Recommendations to vote on

{% endif %} {% if assignments_to_consider or recs_to_vote_on %}
{% endif %} {% if search_form %}

Filter by status

{{ search_form|bootstrap:'12,12' }}
{% endif %}
{% if submission %} {% include 'partials/submissions/pool/submission_details.html' with submission=submission remark_form=remark_form is_ECAdmin=is_ECAdmin user=request.user %} {% else %}

Click on a submission to see its summary and actions

{% endif %}
{% endwith %} {% endblock %}