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

Manage users

{% if current_action != 'Add role' and can_edit %}

Actions

{% endif %} {% endblock %} {% block content %}
{% if current_action %}

{{ current_action }}

{% endif %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}