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

Add a Ruleset

{% endblock %} {% block content %} {% if missing %} {{ missing }} {% else %} {% if form %}
{% csrf_token %}

Add Ruleset

{% bootstrap_field form.name %} {% bootstrap_field form.sources %} {% bootstrap_label "Categories" %} {% bootstrap_field form.activate_categories %}

Transformations

{% bootstrap_label "Transformations will be applied on all ruleset's categories" %} {% bootstrap_field form.action %} {% bootstrap_field form.lateral %} {% bootstrap_field form.target %} {% if extra_form %}

Ruleset update recurrence

{% bootstrap_label "Will update periodically all appliances using this ruleset." %}

{% include 'appliances/schedule_recurrence.html' %} {% endif %} {% bootstrap_field form.comment %} {% buttons %} {% endbuttons %}
{% endif %} {% endif %} {% endblock %}