{% extends 'base.html' %} {% load bootstrap %} {% block content %}

{{ distributed_query_count }} Run{{ distributed_query_count|pluralize }}

{% if next_url or previous_url %} {% endif %} {% if perms.osquery.view_query %} {% endif %} {% if perms.osquery.view_filecarvingsession %} {% endif %} {% for distributed_query in distributed_queries %} {% if perms.osquery.view_query %} {% endif %} {% if perms.osquery.view_filecarvingsession %} {% endif %} {% endfor %}
#QueryTables Machines ResultsFile carving sessions
{{ distributed_query.id }} {% if distributed_query.query_id %}{{ distributed_query.query_name }}{% else %}-{% endif %} {% for table in distributed_query.tables %}{{ table }} {% endfor %} {% if distributed_query.machine_count %}{{ distributed_query.machine_count }}{% else %}-{% endif %} {% if distributed_query.result_count %}{{ distributed_query.result_count }}{% else %}-{% endif %} {% if distributed_query.file_carving_session_count %}{{ distributed_query.file_carving_session_count }}{% else %}-{% endif %}
{% if next_url or previous_url %} {% endif %} {% endblock %}