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

{{ meta["id"] }} :

  • Date Username
    {{ meta["icon"]["icon"] }} {{ meta["subtype"] }} {{ meta['full_date'] }} {% if 'username' in meta['user-account'] %} {{ meta['user-account']['username']['id'] }} {% endif %}
{% include 'modals/edit_tag.html' %} {% for tag in meta['tags'] %} {% endfor %} {% include 'modals/add_tags.html' %}
{% with obj_type=meta['type'], obj_id=meta['id'], obj_subtype=''%} {% include 'modals/investigations_register_obj.html' %} {% endwith %}
{% if meta['extracted_matches'] %}
Extracted  
{{meta['extracted_matches']|length}}
{% for match in meta['extracted_matches'] %} {% endfor %}
Type ID Extracted
{{ meta['extracted_matches'][match]['icon']['icon'] }} {{ meta['extracted_matches'][match]['subtype'] }} {{ meta['extracted_matches'][match]['id'] }} {% for row in meta['extracted_matches'][match]['matches'] %} {{ row[2] }}
{% endfor %}
{% endif %} {% include 'objects/image/block_blur_img_slider.html' %} {% with translate_url=url_for('chats_explorer.objects_message', id=meta['id']), obj_id=meta['id'] %} {% include 'chats_explorer/block_translation.html' %} {% endwith %}

{{ meta['date'] }}

{% with message=meta %} {% include 'chats_explorer/block_message.html' %} {% endwith %}