{% 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 %}
{{ meta['date'] }}
{{ meta['user-account']['id'] }}
{{ meta['hour'] }}
{% if meta['user-account']['username'] %} {{ meta['user-account']['username']['id'] }} {% else %} {{ meta['user-account']['id'] }} {% endif %}
{% if meta['reply_to'] %}
{% if meta['reply_to']['user-account']['username'] %} {{ meta['reply_to']['user-account']['username']['id'] }} {% else %} {{ meta['reply_to']['user-account']['id'] }} {% endif %}
{{ meta['reply_to']['content'] }}
{% for tag in meta['reply_to']['tags'] %} {{ tag }} {% endfor %}
{{ meta['reply_to']['full_date'] }}
{#
#} {# #} {# #} {#
#}
{% endif %}
{{ meta['content'] }}
{% for tag in meta['tags'] %} {{ tag }} {% endfor %}