{% load i18n %} {% if errors %} {% include 'creme_core/bricks/bulk-errors.html' %} {% else %} {% if initial_count == success_count %}

{% blocktranslate count counter=success_count %}{{counter}} entity has been successfully modified.{% plural %}{{counter}} entities have been successfully modified.{% endblocktranslate %}

{% else %} {% endif %} {% endif %}