{% 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
{{ crash.uuid }} {{ crash.user_comments }}
{{ pagination(query, current_url, current_page) }}
{% else %}

No comments were found.

{% endif %}