{% extends "fileman/base.html" %} {% block fileman_breadcrumbs %} › Delete {% endblock %} {% block bodyclass %}delete-confirmation{% endblock %} {% block fileman_content %}

Are you sure you want to delete {{ path }}? {% if delete_results %} The following subfiles will also be deleted: {% endif %}

{% if delete_results %} {% endif %}
{% csrf_token %} No, take me back
{% endblock %}