{% 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 %}

{{ gettext('Return to the list of documents for {source_name}…').format(source_name=source.journalist_designation) }}

{% endblock %}