{% trans %}Conversations{% endtrans %}
{{ message_count }}/{{ flaskbb_config["MESSAGE_QUOTA"] }}
{% for conversation in conversations.items %}
{% if conversation.from_user.avatar %} avatar {% else %} avatar {% endif %}
From {{ conversation.from_user.username }} to {{ conversation.to_user.username }} on {{ conversation.date_created|format_date("%d %B %Y - %H:%M") }}
{{ conversation.first_message.message|crop_title(150)|markup|safe }}
{% if include_move %}
{% endif %} {% if include_delete %}
{% endif %} {% if include_restore %}
{% endif %} {% if include_edit %} {% endif %}
{% else %}
{% trans %}No conversations found.{% endtrans %}
{% endfor %}