{% load wagtailcore_tags wagtailimages_tags comments molo_commenting_tags i18n %} {% block content %}
{% trans "Comments" %}
{% for node in comments %} {% include "comments/comment.html" %} {% endfor %}
{% endblock %}