{% extends "wagtailadmin/base.html" %} {% load image_tags %} {% load i18n %} {% block titletag %}{% trans "Delete image" %}{% endblock %} {% block bodyclass %}menu-images{% endblock %} {% block content %} {% trans "Delete image" as del_str %} {% include "wagtailadmin/shared/header.html" with title=del_str %}
{% trans "Are you sure you want to delete this image?" %}