{% extends 'wagtailadmin/base.html' %} {% load i18n %} {% block titletag %}{% blocktrans with title=instance.title %}Delete {{ title }}{% endblocktrans %}{% endblock %} {% block bodyclass %}page-editor{% endblock %} {% block content %} {% trans 'Delete Link' as del_str %} {% include 'wagtailadmin/shared/header.html' with title=del_str subtitle=link.title %}
{% trans 'Are you sure you want to delete this link?' %}