{% extends 'scipost/base.html' %} {% block pagetitle %}: reply to report{% endblock pagetitle %} {% block bodysup %} {% 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:

{{ report.submission.header_as_table }}

Abstract:

{{ report.submission.abstract }}



The Report you wish to reply to:

{{ report.print_identifier }} {{ report.print_contents }}

Your Reply to this Report:

{% csrf_token %} {% load crispy_forms_tags %} {% crispy form %}
{% endif %}
{% endif %} {% endblock bodysup %}