{% if page > 1 %}
Previous
{% endif %}
{% if page < total_pages %}
Next
{% endif %}
{% endif %}
{% else %}
No messages found.
{% if search_query or message_type or date_from or date_to %}
Try adjusting your filters.
{% else %}
Import JSONL files with workshop import --store-raw-messages --execute
{% endif %}