{% 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 %}
{% if cl.search_fields %}
{% endif %}
{% endblock %}
{% block date_hierarchy %}{% if cl.date_hierarchy %}{% date_hierarchy cl %}{% endif %}{% endblock %}