{% extends 'scipost/base.html' %} {% block pagetitle %}: reply to report{% endblock pagetitle %} {% block content %} {% if user.is_authenticated %}

SciPost Reply to Report Page

{% if not is_author %}

You are not identified as an author of this Submission; if you are, you can claim authorship on your Personal Page.

{% else %}

The Submission concerned:

{% include 'partials/submissions/submission_summary.html' with submission=report.submission show_abstract=1 %}
{% include 'partials/submissions/report_public_without_comments.html' with report=report %}

Your Reply to this Report:

{% if is_author %}

Please focus on responding to the Report. Although you are welcome to mention what you intend to change in your manuscript as a result of this Report, a formal list of changes is best kept as accompaniment to a future resubmission.

Attachments are here meant for e.g. informative graphs; please do not attach a new version of your manuscript to this Reply.

{% endif %} {% url 'comments:reply_to_report' report_id=report.id as add_comment_url %} {% include 'comments/_add_comment_form.html' with url=add_comment_url form=form %} {% endif %}
{% endif %} {% endblock content %}