{% blocktrans with cl.opts.verbose_name_plural as plural_name %}You may use the filters and search form to narrow the list of {{ plural_name }} displayed.{% endblocktrans %}
{% endblock %}-
{% block object-tools-items %}
- {% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %} {% endblock %}
{% 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 %}