{% extends "base.html" %} {% block body %} {% with count=items_selected|length %}

{{ ngettext('The following file has been selected for permanent deletion:', 'The following {num} files have been selected for permanent deletion:', count).format(num=count)|safe }}

{% endwith %}

{% endblock %}