{% load mptt_tags news_tags %} {% recursetree comments %}
{{ node.user }}
{% 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 %}