{% extends 'scipost/_personal_page_base.html' %} {% block breadcrumb_items %} {{block.super}} Submit a report {% endblock %} {% load bootstrap %} {% block pagetitle %}: submit report{% endblock pagetitle %} {% block content %} {% if user.is_authenticated %}

Submit a Report on a SciPost Submission

Submission

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

Your report:

A preview of text areas will appear below as you type (you can use LaTeX \$...\$ for in-text equations or \ [ ... \ ] for on-line equations).

{% csrf_token %} {{ form|bootstrap:'3,9' }}
By clicking on Submit, you state that you abide by the referee code of conduct.

Preview of your report (text areas only):

Strengths:

Weaknesses:

Report:

Requested changes:

{% endif %} {% endblock %}