{% extends "report/base.html" %} {% block content %}
{% include 'report/frag_report_filters.html' %} {% if report %} {% if report.database_error %}
{{ report.database_error }}
{% else %} {% include "report/frag_report_table.html" %}

Result generated {{ result_time }}

{% endif %} {% else %}

No results found!

{% endif %} {% endblock content %}