{% 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 'submissions/_submission_summary.html' with submission=report.submission %}
{% include 'submissions/_single_public_report_without_comments.html' with report=report %}

Your Reply to this Report:

{% 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 %}