{% extends 'scipost/base.html' %} {% block pagetitle %}: reply to comment{% endblock pagetitle %} {% block bodysup %} {% if user.is_authenticated %} SciPost Reply to Report Page The Submission concerned: {{ submission.header_as_table|safe }} Abstract: {{ submission.abstract }} The Report you wish to reply to: {{ comment.print_identifier|safe }} {{ comment.opinions_as_ul|safe }} {{ 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 %} {% endif %} {% endblock bodysup %}
{{ submission.abstract }}
{{ comment.comment_text|linebreaks }}