{% extends 'scipost/base.html' %} {% block pagetitle %}: reply to comment{% endblock pagetitle %} {% block content %} {% if user.is_authenticated %}
{{ comment.commentary.pub_abstract }}
{% endif %} {% if comment.submission %}{{ comment.submission.abstract }}
{% endif %} {% if comment.thesislink %}{{ comment.thesislink.abstract }}
{% endif %}
{{ comment.comment_text|linebreaks }}