{% 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 'partials/submissions/submission_summary.html' with submission=submission show_abstract=1 %}

Your {% if form.instance.is_followup_report %}followup {% endif %}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).

Any fields with an asterisk (*) are required.

{% if form.instance.is_followup_report %}

Because you have already submitted a Report for this Submission series, not all fields are required.

{% endif %}
{% if form.report_type == 'report_post_edrec' %}
The Editorial Recommendation for this Submission has already been formulated. Therefore, your report will be labelled as .
{% endif %}
{% csrf_token %} {{ form|bootstrap:'3,9' }}

Any fields with an asterisk (*) are required.

{% if form.report_type == 'report_post_edrec' %}
The Editorial Recommendation for this Submission has already been formulated. Therefore, your report will be labelled as .
{% endif %}
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 %}