{% extends "base.html" %} {% block body %} {% with count=items_selected|length %}
{{ ngettext('The following file has been selected for permanent deletion:', 'The following {files} files have been selected for permanent deletion:', count).format(files=count)|safe }}
{% endwith %} {% endblock %}