{% include 'nav_bar.html' %}
{% include 'sidebars/sidebar_objects.html' %}
{% include 'chats_explorer/card_user_account.html' %} {% include 'objects/image/block_blur_img_slider.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:

Numbers of Messages Posted by Chat:

Numbers of Mentions:

User Chats:

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