{% extends "unfold_extra/filer/action_page.html" %} {% load i18n %} {% block content %} {% if perms_lacking %} {% blocktranslate asvar message %}Your account doesn't have permissions to rename all of the selected files.{% endblocktranslate %} {% include "unfold_extra/filer/helpers/action_notice.html" with message=message %} {% elif not to_rename %} {% blocktranslate asvar message %}There are no files available to rename.{% endblocktranslate %} {% include "unfold_extra/filer/helpers/action_notice.html" with message=message %} {% else %} {{ block.super }} {% endif %} {% endblock %} {% block heading %}{% blocktranslate %}The following files will be renamed (they will stay in their folders and keep original filename, only displayed filename will be changed):{% endblocktranslate %}{% endblock %} {% block objects %}
{% blocktranslate %}Rename format is in Python % operator format, using a dictionary of possible values:{% endblocktranslate %}
{% translate "Examples:" %}
Prefix %(current_filename)sImage %(counter)03d