-
{% 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 %}
- {% for error in cl.formset.non_field_errors %}
- {{ error }} {% endfor %}
{% trans 'Results' %}
{% blocktrans with cl.result_count as counter %}{{ counter }} found{% endblocktrans %}
{% blocktrans with cl.full_result_count as full_result_count %}{{ full_result_count }} total{% endblocktrans %}