{{ comment.author_name }}
{{ comment.body|linebreaks }}
{% include "comments/_reactions.html" with comment=comment counts=comment.reaction_counts user_reacted=comment.user_reacted %}
Reply
{% include "comments/_reply_form.html" with page=page comment=comment %}
{% for reply in comment.replies.all %} {% include "comments/_reply.html" with reply=reply %} {% endfor %}