{% from 'macro.html' import comment_html with context %} {% for comment, has_next_tree in comments_tree_list %}
{% include 'includes/comment_single.html' %}
{% if comment.answers_count > 0 and not has_next_tree %}
Загрузить ветку
{% endif %} {% else %}

Здесь пока ничего нет

{% endfor -%}