{% extends "wagtailadmin/base.html" %} {% load image_tags %} {% block titletag %}Delete image{% endblock %} {% block bodyclass %}menu-images{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Delete image" %}
{% image image max-800x600 %}

Are you sure you want to delete this image?

{% csrf_token %}
{% endblock %}