{% 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 }}
{% trans "URL" %} | {% trans "Times Seen" %} |
---|---|
{{ url }} | {{ times_seen|small_count }} |
{% trans "There are no records recorded for this event." %}
{% endif %} {% endblock %}