{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags i18n %} {% block titletag %}{% blocktrans with title=video.title %}Delete {{ title }}{% endblocktrans %}{% endblock %} {% block content %} {% trans "Delete video file" as del_str %} {% include "wagtailadmin/shared/header.html" with title=del_str subtitle=video.title icon="video" %}
{% trans "Are you sure you want to delete this video file?" %}