{% extends "sentry/groups/details.html" %} {% load i18n %} {% load sentry_helpers %} {% block inner %} {% paginate comments from request as comment_list per_page 25 %} {% if comment_list.objects %} {{ comment_list.paging }} {% endif %}
{% csrf_token %}
{% endblock %}