{% extends "base.html" %} {% block title %}{{ _('Messages') }}{% endblock %} {% block content %}

{{ _('Messages') }}

{% if unread_total %}{{ unread_total }}{% endif %}
{% if not pagination.items %}

{{ _('No conversations yet.') }}

{% endif %}
{% if pagination.has_prev %} ← {{ _('Prev') }} {% endif %} {% if pagination.has_next %} {{ _('Next') }} → {% endif %}
{% endblock %}