{% if cl.formset.total_error_count == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}
{{ cl.formset.non_form_errors }}
{% endif %}
{% suit_conf_value 'list_filters_position' cl.model_admin as FILTERS_POS %}
{% block object-tools %}
{% if has_add_permission %}
{% block date_hierarchy %}{% date_hierarchy cl %}{% endblock %}
{% endif %}
{% endblock %}
{% block search %}{% search_form cl %}{% endblock %}