{% 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 Email notification sparkline
{{dict_uuid['type']}} {{dict_uuid['term']}}
{% 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 %} {% 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 Email notification sparkline
{{dict_uuid['type']}} {{dict_uuid['term']}}
{% 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 %} {% for mail in dict_uuid['mails'] %} {{ mail }}
{% endfor %}
Create New Tracker