{% extends "quick_search.html" %} {% block content %} {% if is_result == True %}
{% for group in checked_groups %} {% endfor %} {% for entry in results %} {% for attribute in entry %} {% endfor %} {% endfor %}
Hash{{ group }}
{{ attribute }}
{% elif is_warning == True %}
{{ warning_message }}
{% elif is_zip == True %}
{{ zip_message }}
{% endif %} {% endblock %}