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

{{ meta["id"] }} :

  • Object subtype First seen Last seen Username Nb seen
    {{ meta["icon"]["icon"] }} {{ meta["subtype"] }} {{ meta['first_seen'] }} {{ meta['last_seen'] }} {% if 'username' in meta %} {{ meta['username']['id'] }} {% endif %} {{ meta['nb_seen'] }}

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

{{ date }}

{% for mess in 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 %}