{% extends "arbiter/base.html" %} {% block page-title %} Base Policies {% endblock %} {% block content %} {% if can_create %} New Base Policy + {% endif %}
| Base Policy | Description | Domain | Status | |
|---|---|---|---|---|
| {{policy.name}} | {% if policy.description %}{{ policy.description }} | {% else %}N/A | {% endif %}{{policy.domain}} |
{% if policy.active and policy.watcher_mode %}
Enabled
{% elif policy.active %}
Enabled
{% else %}
|