{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: Upload Submission Refereeing PDF{% endblock pagetitle %} {% load bootstrap %} {% load staticfiles %} {% block breadcrumb_items %} {{block.super}} Treated Submissions Upload Submission Refereeing PDF {% endblock %} {% block content %}

Upload Submission Refereeing PDF

{% include 'partials/submissions/submission_summary.html' with submission=submission %}

Go to Submission page


Please process this code in your Tex Compiler

You may need to compile twice because of the Table of Content.
To compile, one needs the SciPost Latex Package. Please contact SciPost if you did not receive it.

Content of the Refereeing Package

Number of Reports: {{submission.reports.accepted.count}}
Number of Comments (nested comments not counted): {{submission.comments.vetted.count}}

{% include 'partials/submissions/refereeing_pack_tex_template.html' with submission=submission %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock %}