{% if cl.formset.total_error_count == 1 %}{% translate "Please correct the error below." %}{% else %}{% translate "Please correct the errors below." %}{% endif %}
{{ cl.formset.non_form_errors }} {% endif %}
{% block date_hierarchy %}{% if cl.date_hierarchy %}{% date_hierarchy cl %}{% endif %}{% endblock date_hierarchy %}
{% if cl.formset %}
{{ cl.formset.management_form }}
{% endif %}
{% comment %}
{% endcomment %}
{{ cl.opts.verbose_name_plural|capfirst }}
{{ cl.opts.verbose_name_plural|capfirst }}
{% block search %}{% search_form cl %}{% endblock search %}
{% block actions %} {% admin_actions %} {% endblock actions %}
{% if cl.has_filters %} {% block filters %} {% include 'admin/filters.html' %} {% endblock filters %} {% endif %}