{% extends "wagtailadmin/base.html" %} {% load wagtailimages_tags i18n wagtailadmin_tags %} {% block titletag %}{% trans "Delete image" %}{% endblock %} {% block content %} {% trans "Delete image" as del_str %} {% include "wagtailadmin/shared/header.html" with title=del_str icon="image" %}
{# This message will only appear in the singular, but we specify a plural so it can share the translation string with confirm_bulk_delete.html #} {% blocktrans trimmed count counter=1 %} Are you sure you want to delete this image? {% plural %} Are you sure you want to delete these images? {% endblocktrans %}