{% trans "Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Factors." %}
{% trans 'Name' %} | {% trans 'Type' %} | |
---|---|---|
{{ policy.name }}
{% if not policy.policymodel_set.exists %}
{% trans 'Warning: Policy is not assigned.' %}
{% else %}
{% blocktrans with objects=policy.policymodel_set.all|join:', ' %}Assigned to objects {{ objects }}{% endblocktrans %}
{% endif %}
|
{{ policy|verbose_name }} | {% trans 'Edit' %} {% trans 'Test' %} {% trans 'Delete' %} |