{% extends "dartcms/base/index.html" %} {% load static i18n %} {% block js %} {{ block.super }} {% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block body %} {% csrf_token %}
{% trans 'Rename' %}
{% trans 'Delete' %}
{% trans 'Create folder' %}
{% trans 'Are you sure that you want to delete this folder? This action will delete all files inside it.' %}

{% trans 'Choose folder' %}

{% endblock %}