{% extends "base.html" %} {% load i18n %} {% load comments_xtd %} {% block menu-class-comments %}active{% endblock %} {% block content %}

{% trans "List of comments" %}


{% for comment in object_list %} {% include "django_comments_tree/comment.html" %} {% empty %}

No comments yet.

{% endfor %}
{% endblock %}