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

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

{% endfor -%}