{% 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 }}{% if flaskbb_config["CONVERSATIONS_MESSAGE_QUOTA_ENABLED"] is not sameas false %}/{{ flaskbb_config["CONVERSATIONS_MESSAGE_QUOTA"] }}{% endif %}
{% for conversation in conversations.items %}
{% if conversation.from_user and conversation.from_user.avatar %}
{% else %}
{% endif %}