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

Upload Report PDF

{% include 'submissions/_single_report_card_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 'submissions/_report_tex_template.html' with report=report %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock %}