{% 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 date_hierarchy %}{% if cl.date_hierarchy %}{% date_hierarchy cl %}{% endif %}{% endblock %}
{% djadmin_active_filters cl as dj_chips %}
{% if dj_chips %}
{% for chip in dj_chips %}
{{ chip.title|capfirst }}
{{ chip.display }}
{% dj_icon "x" "dj-icon dj-icon--xs" %}
{% endfor %}
{% if cl.has_active_filters %}{% translate 'Clear all' %}{% endif %}
{% endif %}