{% extends "report/base.html" %} {% load report %} {% block content %} {% if adv %} Close Advanced Options {% else %} Advanced Options {% endif %}
<, >, <= and >= needs no explanation.
All these operators may be negated by clicking the "not" checkbox.
{% if cell.uri %} {{ cell.text }} {% else %} {{ cell.text }} {% endif %} | {% endfor %}
---|
{{ cell.sum }} | {% endfor %}
{% if report.navigator.previous %} << {% endif %} {{ report.navigator.view }} {% if report.navigator.next %} >> {% endif %} |
{% if cell.uri %} {{ cell.text|default:"" }} {% else %} {{ cell.text|default:"" }} {% endif %} | {% endfor %}
Result generated {{ result_time }}
{% else %}No results found!
{% endif %} {% endblock content %}