{% extends "base/layout.html" %}{% block content %}

One-time credential reveal

Do not leave this page unattended. Values disappear when you navigate away.

Close reveal
Username/Login ID
{{ values.username or '-' }}
Password/Token/Secret
{{ values.secret }}
{% if values.additional_secret %}
Additional secret/PIN
{{ values.additional_secret }}
{% endif %}{% if values.notes %}
Encrypted notes
{{ values.notes }}
{% endif %}

Audit reason: {{ reason }}

{% endblock %}