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

SciPost Reply to Comment Page


{% if comment.commentary %}

The Commentary concerned:

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

The Submission concerned:

{% endif %} {% if comment.thesislink %}

The Thesis concerned:

{% endif %}
{% if comment.commentary %} {% endif %} {% if comment.submission %} {% endif %} {% if comment.thesislink %} {{ comment.thesislink.header_as_table|safe }} {% 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.title }}
Author(s): {{ comment.submission.author_list }}
arxiv Link: {{ comment.submission.arxiv_link }}
Date submitted: {{ comment.submission.submission_date }}

Abstract:

{% if comment.commentary %}

{{ comment.commentary.pub_abstract }}

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

{{ comment.submission.abstract }}

{% endif %} {% if comment.thesislink %}

{{ comment.thesislink.abstract }}

{% endif %}

The Comment you wish to reply to:

Date: {{ comment.date_submitted }}

{{ comment.comment_text|linebreaks }}

Your Reply to this Comment:

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