{% load paging_extras %} {% load sentry_helpers %} {% block title %}Sentry{% endblock %} {% block body %}
{% block content_before %} {% endblock %}
{% block content %}
{% paginate message_list from request as message_list per_page 15 %} {% if message_list.objects %}
{% for k, v in request.GET.iteritems %} {% endfor %}
Sort by
{% if has_realtime %} Pause Feed {% endif %} {{ message_list.paging }}
    {% for group, priority in message_list.objects|with_priority %} {% include "sentry/partial/_group.html" %} {% endfor %}
{{ message_list.paging }}
{% else %}

    No messages match your filters.

    {% endif %}
    {% endblock %}
    {% endblock %} {% if has_realtime %} {% endif %}