{% extends "base.html" %} {% block title %}Investigation History{% endblock %} {% block content %}

Investigation History

{% if investigations %} {% for inv in investigations %} {% endfor %}
Query Type Entities Status Date
{{ inv.initial_query }} {{ inv.initial_type }} {{ inv.entity_count }} {{ inv.status }} {{ inv.created_at[:16] }} View Export
{% else %}

No investigations yet. Start your first investigation.

{% endif %} {% endblock %}