{% extends "unfold_extra/filer/action_page.html" %} {% load i18n static %} {% block action_extrahead %} {# admin_filer.css carries the tooltip styling, and hides its button until needed. #} {% endblock %} {% block content %} {% if perms_lacking %} {% blocktranslate asvar message %}Your account doesn't have permissions to move all of the selected files and/or folders.{% endblocktranslate %} {% include "unfold_extra/filer/helpers/action_notice.html" with message=message %} {% elif not destination_folders %} {% blocktranslate asvar message %}There are no destination folders available.{% endblocktranslate %} {% include "unfold_extra/filer/helpers/action_notice.html" with message=message %} {% elif not to_move %} {% blocktranslate asvar message %}There are no files and/or folders available to move.{% endblocktranslate %} {% include "unfold_extra/filer/helpers/action_notice.html" with message=message %} {% else %} {{ block.super }} {% endif %} {% endblock %} {% block heading %}{% blocktranslate %}The following files and/or folders will be moved to a destination folder (retaining their tree structure):{% endblocktranslate %}{% endblock %} {% block objects %}