-
{% block object-tools-items %}
{% if has_add_permission %}
- {% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %} {% endif %} {% for tool in object_tools %}
- {% object_tool tool %} {% endfor %} {% 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 %}