{% extends 'jsondataferret/base.html' %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if page_obj.paginator.count > 0 %} {% for event in page_obj %} {% endfor %}
At By Comment  
{{ event.created }} {{ event.user }} {{ event.comment|linebreaks }} View
{% include "jsondataferret/common/pagination.html" %} {% else %}

No events are available.

{% endif %} {% endblock %}