Conditions
{% if perms.django_spire_metric_visual.add_visual %} {% url 'django_spire:metric:visual:form:create_condition' visual_pk=visual.pk as add_condition_url %} Add {% endif %} {% if perms.django_spire_metric_visual.change_visual %}
{% csrf_token %}
{% endif %}
{% if visual.conditions.all %}
{% for condition in visual.conditions.all %} {% endfor %}
Order State Condition Actions
{{ condition.order }} {{ condition.get_state_display }} {{ condition }} {% if perms.django_spire_metric_visual.change_visual %} {% endif %} {% if perms.django_spire_metric_visual.delete_visual %} {% endif %}
{% else %} {% include 'django_spire/item/no_data_item.html' %} {% endif %}