{% blocktranslate count counter=files|length %} Are you sure you want to permanently delete {{ counter }} file? This cannot be undone. {% plural %} Are you sure you want to permanently delete {{ counter }} files? This cannot be undone. {% endblocktranslate %}
{% blocktranslate with total=total_size|filesizeformat %} This will free approximately {{ total }}. {% endblocktranslate %}
-
{% for file in files %}
- {{ file.path }} — {{ file.size|filesizeformat }} {% endfor %}