{% extends "wagtailadmin/base.html" %} {% load i18n feature_flags %} {% block titletag %}{% trans "Delete condition" as delete_str %} {{ delete_str }}: {{ condition_str }}{% endblock %} {% block content %} {% trans "Delete condition" as delete_str %} {% include "wagtailadmin/shared/header.html" with title=delete_str subtitle=condition_str %}
{% endblock %}