Graphs
{% block object-tools %}
-
{% block object-tools-items %}
{% change_list_object_tools %}
{% endblock %}
{% 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 %}
{% block filters %}
{% if cl.has_filters %}
{% translate 'Filter' %}
{% if cl.is_facets_optional or cl.has_active_filters %}
{% if cl.is_facets_optional %}
{% endif %}
{% for spec in cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %}