{% extends "base.html" %} {% block content %}
 {% include "search/noscript.html" %}

Path Searched: {{ search.top_path }} Date: {{ search.start_time|date:"M d, Y H:i:s" }} Groups Checked: {% if search.group_list %}{% for g in grouplist %}{{ g.group }},{% endfor %}{% else %}N/A{% endif %}
{% if searched %}
{% for item in searched %} {% autoescape off %} {% endautoescape %} {% endfor %}
File/Path Line Number(s) Keyword(s) Found
{{ item.file_path }}{{ item.line_number }} {{ item.keyword_found }}
{% else %}

No keywords defined at the time were found.

{% endif %} {% if not_searched %}

Files found but not searched:

{% for item in not_searched %} {% endfor %}
File/Path Reason Skipped
{{ item.file_path }} {{ item.keyword_found }}
{% endif %} {% if not search.completed %}

This job did not complete for some reason. Any results listed above may be suspect.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}