{% blocktrans count cl.formset.errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{{ cl.formset.non_form_errors }}
{% endif %}
{% block date_hierarchy %}
{% date_hierarchy cl %}
{% endblock %}
{% if cl.formset %}
{{ cl.formset.management_form }}
{% endif %}