{% extends "wagtailadmin/base.html" %} {% load embed_video_tags wagtailimages_tags %} {% load i18n %} {% block titletag %}{% trans "Delete video" %}{% endblock %} {% block bodyclass %}menu-embed-videos{% endblock %} {% block content %} {% trans "Delete video" as del_str %} {% include "wagtailadmin/shared/header.html" with title=del_str icon="media" %}
{% trans "Are you sure you want to delete this video?" %}