{% extends 'base.html' %} {% load ui_extras %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Dynamic password? | {{ object.dynamic_password|yesno }} |
| Static password | {{ object.get_static_password }} |
| Automatic rotation | {% if not object.rotation_interval_days %} never {% else %} every {{ object.rotation_interval_days }} day{{ object.rotation_interval_days|pluralize }} {% endif %} |
| Rotate firmware password? | {{ object.rotate_firmware_password|yesno }} |
| Blueprint{{ blueprint_count|pluralize }} ({{ blueprint_count }}) |
{% if blueprint_count %}
|