{% extends "lims/base.html" %} {% load static %} {% load stats %} {% load icons %} {% block page_heading %}

{{ view.page_title }} Statistics

{% if active_filters %} {% for title, spec, selected in filters %} {% if not spec.0.selected %} {{ title|capfirst }}: {{ selected }}  {% endif %} {% endfor %} {% else %} All Items {% endif %} {% endblock %} {% block object_tools %} {% if view.list_url %} {% show_icon label='List' icon='ti ti-md ti-list' %} {% if view.tool_template %} {% endif %} {% endif %} {% if view.tool_template %}{% include view.tool_template %}{% endif %} {% endblock %} {% block extra_css %} {% endblock %} {% block full %}
{% include "itemlist/filters.html" %}
{% endblock %} {% block extra_js %} {% endblock %}