+
- {% if messages is not none %}
+
+ {% if search_stats is not none and search_stats %}
+
+ {% endif %}
+ {% if responses is not none and responses %}
+
+
+ File name |
+ SHA1 checksum |
+ Result |
+
+ {% for resp in responses %}
+
+ {{ resp['filename'] }} |
+ {% if resp['found'] %}
+ {{ resp['sha1'] }} |
+ |
+ {% else %}
+ {{ resp['sha1'] }} |
+ |
+ {% endif %}
+
+ {% endfor %}
+
+ {% endif %}
+ {% if messages is not none and messages %}
+
{% for message in messages %}
-
-
{{ message | safe }}
- {% endfor %}
+
+
{{ message | safe }}
+ {% endfor %}
+
{% endif %}
-
+
+
+
{% endblock %}