{% from "macros/pagination.html" import pagination %} {% if query.total > 0 %}
{{ pagination(query, current_url, current_page) }} {% for crash in query.hits %} {% endfor %}
Crash ID Comment Date Locale
{{ crash.uuid }} {{ crash.user_comments }} {{ crash.date | human_readable_iso_date }} {{ crash.useragent_locale }}
{{ pagination(query, current_url, current_page) }}
{% else %}

No comments were found.

{% endif %}