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

{{ subchannel["id"] }} :

  • Chat Instance First seen Last seen Username Nb Messages
    {{ subchannel["subtype"] }} {{ subchannel['first_seen'] }} {{ subchannel['last_seen'] }} {% if 'username' in subchannel %} {{ subchannel['username'] }} {% endif %} {{ subchannel['nb_messages'] }}

  • 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 %}
{% for tag in mess_tags %} {{ tag }} {{ mess_tags[tag] }} {% endfor %}
{% for date in messages %} {{ date }} {% endfor %}
{% for date in subchannel['messages'] %}

{{ date }}

{% for mess in subchannel['messages'][date] %}
{{ mess['user-account']['id'] }}
{{ mess['hour'] }}
{% if mess['user-account']['username'] %} {{ mess['user-account']['username']['id'] }} {% else %} {{ mess['user-account']['id'] }} {% endif %}
{% if mess['reply_to'] %}
{% if mess['reply_to']['user-account']['username'] %} {{ mess['reply_to']['user-account']['username']['id'] }} {% else %} {{ mess['reply_to']['user-account']['id'] }} {% endif %}
{{ mess['reply_to']['content'] }}
{% for tag in mess['reply_to']['tags'] %} {{ tag }} {% endfor %}
{{ mess['reply_to']['date'] }}
{#
#} {# #} {# #} {#
#}
{% endif %}
{{ mess['content'] }}
{% for tag in mess['tags'] %} {{ tag }} {% endfor %}
{% endfor %}
{% endfor %}