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

SciPost Reply to Comment Page

{% if comment.commentary %}

The Commentary concerned:

{{ comment.commentary.header_as_table }}

Abstract:

{{ comment.commentary.pub_abstract }}

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

The Submission concerned:

{{ comment.submission.header_as_table }}

Abstract:

{{ comment.submission.abstract }}

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

The Thesis concerned:

{% include "theses/_header_as_table.html" with thesislink=comment.thesislink %}

Abstract:

{{ comment.thesislink.abstract }}

{% endif %}

The Comment you wish to reply to:

{{ comment.print_identifier }} {{ comment.categories_as_ul }}
{{ comment.opinions_as_ul }}

{{ comment.comment_text|linebreaks }}


Your Reply to this Comment:

{% if is_author %}

(you are identified as an author, your reply will appear as an author reply)

{% else %}

(you are not identified as an author of this publication; if you are, you can claim authorship on your Personal Page)

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

Preview of your comment:

{% endif %} {% endblock content %}