{% load mptt_tags news_tags %} {% recursetree comments %}
{% if node.user %} {{ node.user }} {% endif %}
{% if context.user.id != node.user.id %} {# Ответить {% endif %} {% if context.user.id == node.user.id and context.user.is_authenticated %} {# Редактировать#} Редактировать Удалить {% endif %}

{{ node.text|safe }}

Добавлен - {{ node.date }} | Изменен - {{ node.update }}
{% if not node.is_leaf_node %}
{{ children }}
{% endif %} {% endrecursetree %}