{% extends "wagtailadmin/generic/base.html" %} {% load embed_video_tags wagtailimages_tags i18n wagtailadmin_tags %} {% block main_content %}
{% if embed_video.thumbnail %} {% image embed_video.thumbnail max-800x600 %} {% else %} {% video embed_video.url as my_video %} {{ embed_video.title }} {% endvideo %} {% endif %}
{% include "wagtailadmin/shared/usage_summary.html" %} {% if not is_protected %}

{{ view.confirmation_message }}

{% csrf_token %} {% trans "No, don't delete" %}
{% endif %}
{% endblock %}