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

Suricata creation

{% else %}

Suricata edition

{% endif %}
{% endblock %} {% block content %} {% if missing %}
{{ missing }}
{% else %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endif %} {% endblock %}