{% extends "layout.html" %} {% block title %}Search SWH{% endblock %} {% block content %}
{% include 'includes/search-form.html' %} {% if search_res is not none %} {% if search_stats is not none %} {% endif %}
{% for res in search_res %} {% if res['filename'] is not none %} {% else %} {% endif %} {% if res['found'] %} {% else %} {% endif %} {% endfor %}
File name SHA1 checksum Result
{{ res['filename'] }}From text input{{ res['sha1'] }} {{ res['sha1'] }}
{% endif %} {% if message is not none and message != '' %}
{{ message | safe }}
{% endif %} {% endblock %}