{# #} {# #} {% include 'nav_bar.html' %}
{% include 'sidebars/sidebar_objects.html' %}

{% if subchannel['chat']['name'] %}{{ subchannel['chat']['name'] }} {% else %} {{ subchannel['chat']['id'] }}{% endif %} - {% if subchannel['username'] %}{{ subchannel["username"]["id"] }} {% else %} {{ subchannel['name'] }}{% endif %} :

{{ subchannel["id"] }}
  • Name Created at First seen Last seen Username Nb Messages Participants
    {{ subchannel['name'] }} {{ subchannel["created_at"] }} {% if subchannel['first_seen'] %} {{ subchannel['first_seen'][0:4] }}-{{ subchannel['first_seen'][4:6] }}-{{ subchannel['first_seen'][6:8] }} {% endif %} {% if subchannel['last_seen'] %} {{ subchannel['last_seen'][0:4] }}-{{ subchannel['last_seen'][4:6] }}-{{ subchannel['last_seen'][6:8] }} {% endif %} {% if 'username' in subchannel %} {% if subchannel['username'] %} {{ subchannel['username']['id'] }} {% endif %} {% endif %} {{ subchannel['nb_messages'] }} {{ subchannel['nb_participants']}}
  • {% if subchannel['info'] %}
  • {{ subchannel['info'] }}
  • {% endif %}

  • Tags: {% for tag in subchannel['tags'] %} {% endfor %}
{% with obj_type='chat', obj_id=subchannel['id'], obj_subtype=subchannel['subtype'] %} {% include 'modals/investigations_register_obj.html' %} {% endwith %}
{% if subchannel['threads'] %} {% for thread in subchannel['threads'] %} {% endfor %}
Name Created at First seen Last seen Nb Messages
{{ thread['name'] }} {{ thread['nb_messages'] }} Messages {{ thread["created_at"] }} {% if thread['first_seen'] %} {{ thread['first_seen'][0:4] }}-{{ thread['first_seen'][4:6] }}-{{ thread['first_seen'][6:8] }} {% endif %} {% if thread['last_seen'] %} {{ thread['last_seen'][0:4] }}-{{ thread['last_seen'][4:6] }}-{{ thread['last_seen'][6:8] }} {% endif %} {{ thread['nb_messages'] }}
{% endif %} {% for tag in subchannel['tags_messages'] %} {{ tag }} {{ subchannel['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_subchannel_messages', uuid=subchannel['subtype']), obj_id=subchannel['id'] %} {% include 'chats_explorer/block_translation.html' %} {% endwith %}
{% for date in subchannel['messages'] %}

{{ date }}

{% for mess in subchannel['messages'][date] %} {% with message=mess %} {% include 'chats_explorer/block_message.html' %} {% endwith %} {% endfor %}
{% endfor %}