{% 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 %}