{% extends 'admin/change_list.html' %} {% load admin_list i18n admin_urls static %} {% block content_title %}{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% comment %}{% block object-tools-items %} {% change_list_object_tools %}
  • Analytics
  • {% endblock %}{% endcomment %} {% block content %}

    Graphs



    {% block object-tools %} {% endblock %} {% if cl.formset and cl.formset.errors %}

    {% blocktranslate count counter=cl.formset.total_error_count %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %}

    {{ cl.formset.non_form_errors }} {% endif %}
    {% block search %}{% search_form cl %}{% endblock %} {% block date_hierarchy %}{% if cl.date_hierarchy %}{% date_hierarchy cl %}{% endif %}{% endblock %}
    {% csrf_token %} {% if cl.formset %}
    {{ cl.formset.management_form }}
    {% endif %} {% block result_list %} {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% result_list cl %} {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% endblock %} {% block pagination %}{% pagination cl %}{% endblock %}
    {% block filters %} {% if cl.has_filters %}

    {% translate 'Filter' %}

    {% if cl.is_facets_optional or cl.has_active_filters %}
    {% if cl.is_facets_optional %}

    {% if cl.add_facets %}{% translate "Hide counts" %} {% else %}{% translate "Show counts" %}{% endif %}

    {% endif %} {% if cl.has_active_filters %}
    ✖ {% translate "Clear all filters" %}
    {% endif %}
    {% endif %} {% for spec in cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %}
    {% endif %} {% endblock %}
    {% endblock %}