{% 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 %}
| {% trans "Username" %} | {{ object.username }} |
|---|---|
| {{ key }} |
{{ value }}
|