{% from theme('_macros/pagination.html') import generate_obj_id %}
{# the actions refresh the list, the navbar's unread messages and the flashed messages #}
{% trans %}Conversations{% endtrans %}
{{ current_user.message_count or 0 }}/{{ flaskbb_config["CONVERSATIONS_MESSAGE_QUOTA"] }}
{% for conversation in conversations.items %}
{% if conversation.from_user and conversation.from_user.avatar %}
{% else %}
{% endif %}