{% extends "sentry/groups/details.html" %} {% load i18n %} {% load sentry_helpers %} {% block inner %} {% paginate event_list from request as event_list per_page MESSAGES_PER_PAGE %} {% if event_list.objects %}

{% blocktrans with 'http://sentry.readthedocs.org' as link %}This list only contains a portion of all events seen. For more information about how Sentry samples events, see the documentation.{% endblocktrans %}

{{ event_list.paging }} {{ event_list.paging }} {% else %}

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

{% endif %} {% endblock %}