{% extends "base.html" %} {% load url from future %} {% block title %} Aggregate Comments {% endblock %} {% block content %}
Comments:
Reset: Today's
Activity
{% with aggregate="true" %} {% include "comments_listing_widget.html" %} {% endwith %}
{% endblock %} {% block javascript_includes %} {% endblock %}