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