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

Policies

{% endblock %} {% block content %}
{% csrf_token %}

Export policies

Clicking on the button will download policies and filtersets.

{% buttons %} {% endbuttons %} {% if perms.rules.configuration_edit %}

Import policies


WARNING: All previous imported policies and filtersets will be deleted before importing new ones

{% buttons %} {% endbuttons %} {% endif %}
{% endblock %}