{% extends "happenings/event_detail.html" %} {% load cache markup %} {% block extra_title %}{{ block.super }}{{ event.name }} comments{% endblock %} {% block bodyid %}comments_detail{% endblock %} {% block content %}

{{ event.name }}:

All comments

{% include 'includes/generic_pagination.html' %} {% with comment_list|length as c_count %} {% cache 46800 'comments' event.id c_count page_obj authenticated_request 3 %} {% with event as object %} {% include 'comments/inclusion/for_object.html' %} {% endwith %} {% endcache %} {% endwith %} {% include 'includes/generic_pagination.html' %} {% endblock %}