{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Flags" %}{% endblock %} {% block content %} {% trans "Flags" as flags_str %} {% trans "Add a flag" as add_a_flag_str %} {% include "wagtailadmin/shared/header.html" with title=flags_str icon="tag" %}
No flags have been defined.
{% else %}Name | Condition | Value | |||
---|---|---|---|---|---|
{{ flag.name }} | {% endif %}is enabled when | {{ condition }} | is | {{ value }} | {% if state %} Delete {% endif %} |
{{ flag.name }} | is never enabled |
Conditions exist for these flags but they are not configured.
Name | Condition | Value | |||
---|---|---|---|---|---|
{{ state.name }} ! | is enabled when | {{ state.condition }} | is | {{ state.value }} | Delete |