{% 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 %}
{% csrf_token %}

Are you sure you want to delete this flag condition?

No, don't delete it
{% endblock %}