{% extends "admin/base_site.html" %} {% load i18n static %} {% block breadcrumbs %} {% include "admin/filer/breadcrumbs.html" %} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %} {% if perms_lacking %}
{% blocktrans %}Your account doesn't have permissions to resize all of the selected images.{% endblocktrans %}
{% else %} {% if not to_resize %}{% blocktrans %}There are no images available to resize.{% endblocktrans %}
{% else %}{% blocktrans %}The following images will be resized:{% endblocktrans %}