{% include 'nav_bar.html' %}
{% include 'hunter/menu_sidebar.html' %}
Your {{ filter_type }} Trackers
{% for dict_uuid in user_term %} {% endfor %}
Type Tracker First seen Last seen Webhook URL Email notification sparkline
{{ dict_uuid['type'] }} {% if dict_uuid['term'] %} {% if dict_uuid['term']|length > 256 %} {{ dict_uuid['term'][0:256] }}... {% else %} {{ dict_uuid['term'] }} {% endif %} {% endif %}
{% for tag in dict_uuid['tags'] %} {{ tag }} {% endfor %}
{% if dict_uuid['first_seen'] %} {{ dict_uuid['first_seen'][0:4] }}/{{ dict_uuid['first_seen'][4:6] }}/ {{ dict_uuid['first_seen'][6:8] }} {% endif %} {% if dict_uuid['last_seen'] %} {{ dict_uuid['last_seen'][0:4] }}/{{ dict_uuid['last_seen'][4:6] }}/ {{ dict_uuid['last_seen'][6:8] }} {% endif %} {% if dict_uuid['webhook'] %} {{ dict_uuid['webhook'] }} {% endif %} {% for mail in dict_uuid['mails'] %} {{ mail }}
{% endfor %}
Global {{ filter_type }} Trackers
{% for dict_uuid in global_term %} {% endfor %}
Type Tracker First seen Last seen Webhook URL Email notification sparkline
{{ dict_uuid['type'] }} {% if dict_uuid['term'] %} {% if dict_uuid['term']|length > 256 %} {{ dict_uuid['term'][0:256] }}... {% else %} {{ dict_uuid['term'] }} {% endif %} {% endif %}
{% for tag in dict_uuid['tags'] %} {{ tag }} {% endfor %}
{% if dict_uuid['first_seen'] %} {{ dict_uuid['first_seen'][0:4] }}/{{ dict_uuid['first_seen'][4:6] }}/ {{ dict_uuid['first_seen'][6:8] }} {% endif %} {% if dict_uuid['last_seen'] %} {{ dict_uuid['last_seen'][0:4] }}/{{ dict_uuid['last_seen'][4:6] }}/ {{ dict_uuid['last_seen'][6:8] }} {% endif %} {% if dict_uuid['webhook'] %} {{ dict_uuid['webhook'] }} {% endif %} {% for mail in dict_uuid['mails'] %} {{ mail }}
{% endfor %}
Create New Tracker