{% extends 'base/layout.html' %} {% load i18n %} {% comment %} Rendered once, in response to a POST, with Cache-Control: no-store set by the view. There is intentionally no link back into this page and no way to reach it by GET — reloading returns the user to the credential instead. {% endcomment %} {% block title %}{% trans "Reveal" %}: {{ object }}{% endblock %} {% block content %}

{{ object }} {{ object.get_credential_type_display }}

{% if object.username %} {% endif %} {% for key, value in secret_data.items %} {% endfor %}
{% trans "Username" %} {{ object.username }}
{{ key }}
{{ value }}
{% endblock content %}