{% extends "admin/base_site.html" %} {% load i18n filer_admin_tags %} {% block breadcrumbs %} {% include "admin/media/breadcrumbs.html" %} {% endblock %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block content %} {% if perms_lacking %}
{% blocktrans %}Your account doesn't have permissions to rename all of the selected files.{% endblocktrans %}
{% else %} {% if not to_rename %}{% blocktrans %}There are no files available to rename.{% endblocktrans %}
{% else %}{% blocktrans %}The following files will be renamed (they will stay in their folders and keep original filename, only displayed filename will be changed):{% endblocktrans %}