{% if history_rows %} Showing {{ result_start }}-{{ result_end }} recent matches. {% else %} No persisted messages match this search. {% endif %}

{% if history_rows %}
{% for row in history_rows %}

{{ row.person_name }} {{ row.service_label }} {{ row.direction_label }}

{{ row.identifier }} ยท {{ row.display_ts }}

{{ row.text_preview }}

Page
{% endfor %}
{% endif %} {% if has_more %}
{% endif %}