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

SciPost Reply to Report Page (for Authors)

The Submission concerned:


Title: {{ report.submission.pub_title }}
Author(s): {{ report.submission.author_list }}
arxiv Link: {{ report.submission.arxiv_link }}
Date submitted: {{ report.submission.submission_date }}

Abstract:

{{ report.submission.abstract }}


The Report you wish to reply to:

Date: {{ report.date_submitted }}

Strengths:

{{ report.strengths }}

Weaknesses:

{{ report.weaknesses }}

Report:

{{ report.report }}


Write your Reply to this Report here:

{% csrf_token %} {{ form }}
{% endif %} {% endblock bodysup %}