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

No usage Policies.

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