{% extends "sentry/groups/details.html" %} {% load i18n %} {% load sentry_helpers %} {% block inner %} {% paginate group.unique_urls from request as url_list per_page 25 %} {% if url_list.objects %} {{ url_list.paging }} {{ url_list.paging }} {% else %}

{% trans "There are no records recorded for this event." %}

{% endif %} {% endblock %}