{% 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|linebreaksbr }}
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 %}
{{ comment.comment_text|linebreaksbr }}