{# #} {# #} {% include 'nav_bar.html' %}
{% include 'sidebars/sidebar_objects.html' %}
{{ meta["id"] }}
  • Name Parent First seen Last seen Nb Messages Participants
    {{ meta['name'] }} {% if meta['first_seen'] %} {{ meta['first_seen'][0:4] }}-{{ meta['first_seen'][4:6] }}-{{ meta['first_seen'][6:8] }} {% endif %} {% if meta['last_seen'] %} {{ meta['last_seen'][0:4] }}-{{ meta['last_seen'][4:6] }}-{{ meta['last_seen'][6:8] }} {% endif %} {{ meta['nb_messages'] }} {{ meta['nb_participants']}}
  • {#
  • #} {#
    #} {#
    #} {# Tags:#} {# {% for tag in meta['tags'] %}#} {# #} {# {% endfor %}#} {# #} {#
    #} {#
  • #}
{# {% with obj_type='chat', obj_id=meta['id'], obj_subtype=meta['subtype'] %}#} {# {% include 'modals/investigations_register_obj.html' %}#} {# {% endwith %}#} {# #}
{% for tag in meta['tags_messages'] %} {{ tag }} {{ meta['tags_messages'][tag] }} {% endfor %}
{% for date in messages %} {{ date }} {% endfor %}
{% include 'objects/image/block_blur_img_slider.html' %} {% with translate_url=url_for('chats_explorer.objects_thread_messages', uuid=meta['subtype']), obj_id=meta['id'], pagination=meta['pagination'] %} {% include 'chats_explorer/block_translation.html' %} {% endwith %} {% with obj_subtype=meta['subtype'], obj_id=meta['id'], url_endpoint=url_for("chats_explorer.objects_thread_messages"), nb=meta['pagination']['nb'] %} {% set date_from=meta['first_seen'] %} {% set date_to=meta['last_seen'] %} {% include 'block_obj_time_search.html' %} {% endwith %} {% with endpoint_url=url_for('chats_explorer.objects_thread_messages', uuid=meta['subtype']), pagination=meta['pagination'] %} {% set endpoint_url = endpoint_url + "&id=" + meta['id'] + "&nb=" + meta['pagination']['nb'] | string %} {% if translation_target %} {% set endpoint_url = endpoint_url + "&target=" + translation_target %} {% endif %} {% include 'chats_explorer/pagination.html' %} {% endwith %}
{% for date in meta['messages'] %}

{{ date }}

{% for mess in meta['messages'][date] %} {% with message=mess %} {% include 'chats_explorer/block_message.html' %} {% endwith %} {% endfor %}
{% endfor %}
{% with endpoint_url=url_for('chats_explorer.objects_thread_messages', uuid=meta['subtype']), pagination=meta['pagination'] %} {% set endpoint_url = endpoint_url + "&id=" + meta['id'] + "&nb=" + meta['pagination']['nb'] | string %} {% if translation_target %} {% set endpoint_url = endpoint_url + "&target=" + translation_target %} {% endif %} {% include 'chats_explorer/pagination.html' %} {% endwith %}