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

Add a Ruleset

{% endblock %} {% block content %} {% if missing %} {{ missing }} {% else %} {% if form %}
{% csrf_token %} {# {% bootstrap_form form %} #} {% bootstrap_field form.name %} {% bootstrap_field form.sources %} {% bootstrap_label "Categories" %} {% bootstrap_field form.activate_categories %} {% bootstrap_label "Transformations will be applied on all ruleset's categories" %} {% bootstrap_field form.action %} {% bootstrap_field form.lateral %} {% bootstrap_field form.target %} {% bootstrap_field form.comment %} {% buttons %} {% endbuttons %}
{% endif %} {% endif %} {% endblock %}