{#
#} {# #}
{% include 'nav_bar.html' %}
{% include 'sidebars/sidebar_objects.html' %}
{{ meta["id"] }} :
Object subtype
First seen
Last seen
Nb seen
{{ meta["icon"]["icon"] }}
{{ meta["subtype"] }}
{{ meta['first_seen'] }}
{{ meta['last_seen'] }}
{{ meta['nb_seen'] }}
Tags: {% for tag in meta['tags'] %}
{{ tag }}
{% endfor %}
{% with obj_type='chat', obj_id=meta['id'], obj_subtype=meta['subtype'] %} {% include 'modals/investigations_register_obj.html' %} {% endwith %}
Investigations
{% for date in messages %}
{{ date }}
{% for mess in messages[date] %}
{{ 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 %}