{% 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 %} {% buttons %} {% endbuttons %}
{% endif %} {% endif %} {% endblock %}