{% extends "core/article_page.html" %} {% load wagtailcore_tags mptt_tags %} {% block title %}{% trans "Comments" %} - {{ self.title}}{% endblock %} {% block content %}

{% trans "Comments" %}

{% for node in comments %} {% recursetree node %} {% include "comments/comment.html" %} {{ children }} {% endrecursetree %} {% endfor %}
{% endblock %}