{% blocktrans count cl.formset.errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
- {% for error in cl.formset.non_field_errors %}
- {{ error }} {% endfor %}
{% block search %}{% search_form cl %}{% endblock %}
{% block date_hierarchy %}{% date_hierarchy cl %}{% endblock %}
{% block filters %}
{% if cl.has_filters %}
{% endif %}
{% endblock %}
{% if cl.formset %}
{% endif %}