{% include 'nav_bar.html' %}

Tracker Report:

{% if meta['description'] %} {{ meta['description'] }} {% endif %}

{% if meta['type'] != 'yara' %} {% endif %}
Type {% if meta['type'] == 'word' %}   {% elif meta['type'] == 'set' %}   {% elif meta['type'] == 'regex' %}   {% elif meta['type'] == 'typosquatting' %}   {% elif meta['type'] == 'yara' %}  {   {% endif %} {{ meta['type'] }}
Generation Date {{meta['date']}}
First Seen   {% if meta['first_seen'] %} {{ meta['first_seen'][0:4] }} - {{ meta['first_seen'][4:6] }} - {{ meta['first_seen'][6:8] }} {% endif %}
Last Seen   {% if meta['last_seen'] %} {{ meta['last_seen'][0:4] }} - {{ meta['last_seen'][4:6] }} - {{ meta['last_seen'][6:8] }} {% endif %}
Tags {%for tag in meta['tags']%} {{ tag }} {%endfor%}
Objects Match {%for obj_type in meta['nb_objs']%}

{{ obj_type }} {{ meta['nb_objs'][obj_type] }}

{%endfor%}
Tracker {{ meta['tracked'] }}
{% if yara_rule_content %}
Yara Rule:

{{ yara_rule_content }}

{% endif %}

Messages:

{% for message in messages %}
{{ chats[message['chat']]["svg_icon"]["icon"] }} {% if chats[message['chat']]['name'] %}{{ chats[message['chat']]['name'] }}{% endif %}
{% if chats[message['chat']]['origin_link'] %} {{ chats[message['chat']]['origin_link'] }} {% endif %}
{% with message=message,show_full_message=True %} {% include 'chats_explorer/block_message.html' %} {% endwith %} {% endfor %}

Chats Metadata:

{% for chat in chats %}
{% with meta=chats[chat],report_mode=True %} {% include 'chats_explorer/basic_card_chat.html' %} {% endwith %}
{% endfor %}
{#
All Messages:
#} {#
#} {# {% with translate_url=url_for('chats_explorer.chats_explorer_chat', subtype=chat['subtype']), obj_id=chat['id'], pagination=chat['pagination'] %}#} {# {% include 'chats_explorer/block_translation.html' %}#} {# {% endwith %}#} {# {% if chat['messages'] %}#} {##} {#
#} {#
#} {##} {# {% for date in chat['messages'] %}#} {##} {#
#} {#

#} {# {{ date }}#} {#

#} {#
#} {##} {# {% for mess in chat['messages'][date] %}#} {##} {# {% with message=mess %}#} {# {% include 'chats_explorer/block_message.html' %}#} {# {% endwith %}#} {##} {# {% endfor %}#} {#
#} {# {% endfor %}#} {##} {#
#} {#
#} {##} {# {% endif %}#} {##}