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

SciPost Reply to Comment Page

The {{ comment.core_content_object|get_core_content_type|capfirst }} concerned:

{% get_summary_template comment.core_content_object %}

The Comment you wish to reply to:

{% include 'comments/_comment_identifier.html' with comment=comment %} {% include 'comments/_comment_categories.html' with comment=comment class='me-2' %}

{{ comment.comment_text|automarkup }}


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