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