{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: Upload Report PDF{% endblock pagetitle %} {% load bootstrap %} {% load static %} {% block breadcrumb_items %} {{block.super}} Accepted Reports Upload Report PDF {% endblock %} {% block content %}

Upload Report PDF

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

Please process this code in your Tex Compiler:

To compile, one needs the SciPost Latex Package. Please contact SciPost if you did not receive it.

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