{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags comments molo_commenting_tags i18n mptt_tags %} {% block content %}

{% trans "Comments" %}

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