{% extends "administration/base.html" %} {% load i18n %} {% load utils %} {% block title %} {% title %} {% endblock %} {% block content %}

{% trans "Policies" %}

{% trans "Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Factors." %}

{% for policy in object_list %} {% endfor %}
{% trans 'Name' %} {% trans 'Type' %}
{{ policy.name }} {{ policy|verbose_name }} {% trans 'Edit' %} {% trans 'Test' %} {% trans 'Delete' %}
{% endblock %}