{% translate 'WARNING: Permanent Deletion' %}
{% translate 'You are about to PERMANENTLY delete the following records.' %}
{% translate 'This action CANNOT be undone. The records will be permanently removed from the database and cannot be restored.' %}
{% blocktranslate with count=count %}{{ count }} record(s) selected for permanent deletion:{% endblocktranslate %}
-
{% for obj in queryset %}
- {{ obj }} {% endfor %}