{% include 'nav_bar.html' %}
{% include 'sidebars/sidebar_objects.html' %}
{% include 'chats_explorer/card_user_account.html' %} {% with translate_url=url_for('chats_explorer.objects_user_account', subtype=meta['subtype']), obj_id=meta['id'] %} {% include 'chats_explorer/block_translation.html' %} {% endwith %} {% if meta['chats'] %}

User All Messages:

User Chats:

{% for meta_chats in meta['chats'] %}
{% with meta=meta_chats %} {% include 'chats_explorer/basic_card_chat.html' %} {% endwith %}
{% endfor %} {% endif %}