{% extends 'base.html' %} {% load ui_extras %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Escrow location display name | {{ object.escrow_location_display_name }} |
| Defer enablement at login only? | {{ object.at_login_only|yesno }} |
| Max bypass attempts at login | {{ object.bypass_attempts }} |
| Show PRK? | {{ object.show_recovery_key|yesno }} |
| Destroy key on standby? | {{ object.destroy_key_on_standby|yesno }} |
| Automatic PRK rotation | {% if not object.prk_rotation_interval_days %} never {% else %} every {{ object.prk_rotation_interval_days }} day{{ object.prk_rotation_interval_days|pluralize }} {% endif %} |
| Blueprint{{ blueprint_count|pluralize }} ({{ blueprint_count }}) |
{% if blueprint_count %}
|