{% load comments %} {% load text_filters %} {% load battle %} {% load posts %}
за «{{ comment.battle_side }}»
{{ comment.title | rutypography }}
{% include "users/widgets/tiny.html" with user=comment.author %} {{ comment.created_at | cool_date }}
{% if comment.is_pinned %}
{% endif %}
{% render_comment comment %}
{% if replies %}
{% for reply_tree in replies %} {% include "comments/types/reply.html" with comment=reply_tree.comment reply_to=reply_tree.comment replies=reply_tree.replies %} {% if post.is_commentable and me %} {% include "comments/forms/reply.html" with comment=reply_tree.comment reply_form=reply_form %} {% endif %} {% endfor %}
{% endif %}