{% 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 }} {% include 'comments/_comment_categories.html' with comment=comment class='mr-2' %} {% include 'comments/_comment_voting_summary.html' with comment=comment %}

{{ 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 %}