{% extends "rules/base.html" %} {% load bootstrap3 %} {% block sidebar %}

Add {{ type }} for rule {{ rule.pk }}

{% endblock %} {% block content %} {% if missing %} {{ missing }} {% else %} {% if containers %}
Depending on the chosen ruleset, the threshold could be included in the following thresholds.

Containing thresholds

{% load render_table from django_tables2 %} {% render_table containers %}
{% endif %} {% if thresholds %}

Existing thresholds

{% load render_table from django_tables2 %} {% render_table thresholds %} {% endif %} {% if form %}

Add {{ type }}

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endif %} {% endif %} {% endblock %}