{% extends "quick_search.html" %} {% block content %} {% if results is defined and results|length %}
{% for group in checked_groups %} {% endfor %} {% for entry in results %} {% for attribute in entry %} {% endfor %} {% endfor %}
Hash{{ group }}
{{ attribute }}
{% endif %} {% endblock %}