{% extends "arbiter/base.html" %} {% block page-title %} Base Policies {% endblock %} {% block content %} {% if can_create %} New Base Policy + {% endif %} {% for policy in object_list %} {% if policy.description %} {% else %} {% endif %} {% empty %}

No Base Policies.

{% endfor %}
Base Policy Description Domain Status
{{policy.name}}{{ policy.description }}N/A{{policy.domain}} {% if policy.active and policy.watcher_mode %} Enabled {% elif policy.active %} Enabled {% else %} Disabled {% endif %}
{% endblock content %}