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

{% include 'commentaries/_commentary_summary.html' with commentary=comment.commentary %}

Abstract:

{{ comment.commentary.pub_abstract }}

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

The Submission concerned:

{% include 'submissions/_submission_summary.html' with submission=comment.submission %} {% endif %} {% if comment.thesislink %}

The Thesis concerned:

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

The Comment you wish to reply to:

{% include 'comments/_comment_identifier.html' with comment=comment %} {% 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 %}
{% url 'comments:reply_to_comment' comment.id as add_comment_url %} {% include 'comments/_add_comment_form.html' with url=add_comment_url form=form %} {% endif %} {% endblock content %}