{% extends "base.html" %} {% set active_page = "Database" %} {% block head %} {% endblock %} {% block body %}

Browse Binary Pattern Search History

{% for id, query_title, rule_names in searches_list %} {% if pagination is defined %} {% endif %} {% else %}

No Searches found in database!

{% endfor %}
{{ loop.index + (page - 1) * per_page }}
{{ query_title | render_query_title }}
{% if pagination is defined %} {{ pagination.info }} {{ pagination.links }} {% endif %}
{% endblock %}