{% extends "wagtailadmin/base.html" %} {% load wagtailvideos_tags %} {% load i18n %} {% 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" %}
{% video video controls style=max-width:100% %}

{% trans "Are you sure you want to delete this video?" %}

{% csrf_token %}
{% endblock %}