{% extends "filebrowser/base.html" %} {% load i18n filebrowser_tags %} {% block pagetitle %}{{ block.super }} - {% trans "Confirm delete" %}{% endblock %} {% block extrabreadcrumbs %} {{ block.super }} {% trans "Confirm delete" %} {% endblock %} {% block content %}

{% trans "Delete confirmation" %}

{% if path %} {% trans "Back to content" %}   {% else %} {% trans "Back to content" %}   {% endif %}

{% trans "Are you sure to delete these elements?" %}

{% for d in dirs %}
{% endfor %} {% for f in files %}
{% endfor %} {% for d in docs %}
{% endfor %}
{% endblock %}