{# Injected into a core object's detail page for installs using a panel #} {# rather than a tab. Metadata only: revealing a value always means going to #} {# the secret's own page, where the permission is checked. #} {% load i18n %} {% load helpers %}
| {% trans "Name" %} | {% trans "Type" %} | {% trans "Last written" %} |
|---|---|---|
| {{ secret|linkify:"name" }} | {{ secret.secret_type|linkify }} | {{ secret.last_written|placeholder }} |