{% 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: {{ commentary.header_as_table }} Abstract: {{ commentary.pub_abstract }} {% endif %} {% if comment.submission %} The Submission concerned: {{ submission.header_as_table }} Abstract: {{ submission.abstract }} {% endif %} {% if comment.thesislink %} The Thesis concerned: {% include "theses/_header_as_table.html" with thesislink=thesislink %} Abstract: {{ 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 bodysup %}
{{ commentary.pub_abstract }}
{{ submission.abstract }}
{{ thesislink.abstract }}
{{ comment.comment_text|linebreaks }}