{% extends "administrator/base.html" %} {% block main_content %} {% for comment in comments %} {% endfor %}
Author Comment Action
{{ comment.user_name }} {{ comment.comment|truncatewords:30 }}
{% include "administrator/snippets/pagination.html" %} {% endblock main_content %} {% block sidebar %}
{% endblock sidebar%} {% block navigation %} {% include "administrator/nav.html" with nav=4 %} {% endblock navigation %}