{% spaceless %} {% load bootstrap_helpers %} {% load community_buttons %} {% load community_utils %} {% load sekizai_tags %} {% load community_badges %} {% load guardian_tags %} {% load chats %} {% addtoblock "css" %} {% endaddtoblock %}
{% include "chats/components/comment_popover.html" with comment=threadcomment %}
{{ threadcomment.user_profile }} replied
{% if threadcomment.pk and threadcomment.encryption_key %} {% comment_body '

' %} {% else %} {% comment_body threadcomment.body %} {% endif %}
{% if not channel.get_absolute_url|same_url:request.path %} View in channel {% endif %} {% comment_reactions threadcomment %} {% if threadcomment_form %} {% elif user|can_post_comment:channel %} {% endif %}
{% endspaceless %}