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

SciPost Reply to Comment Page (for Authors)



{% if comment.commentary %}

The Commentary concerned:

{% endif %} {% if comment.submission %}

The Submission concerned:

{% endif %}
{% if comment.commentary %} {% endif %} {% if comment.submission %} {% endif %}
Title: {{ comment.commentary.pub_title }}
Author(s): {{ comment.commentary.author_list }}
DOI Link: {{ comment.commentary.pub_DOI_link }}
Date published: {{ comment.commentary.pub_date }}
Title: {{ comment.submission.pub_title }}
Author(s): {{ comment.submission.author_list }}
arxiv Link: {{ comment.submission.arxiv_link }}
Date submitted: {{ comment.submission.submission_date }}

Abstract:

{{ comment.commentary.pub_abstract }}


The Comment you wish to reply to:

Date: {{ comment.date_submitted }}

Comment text:

{{ comment.comment_text|linebreaks }}

Your Author Reply:

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