{% extends 'secrets/secret_detail.html' %} {% load static %} {% load i18n %} {% block secret_content %}
{{ placeholder }}
{% if secret_revision.otp_key_set %}
{% endif %} {% endblock %} {% block secret_attributes %} {% if secret.url or secret.username or secret.description %}
{% if secret.url %} {% endif %} {% if secret.username %} {% endif %} {% if secret.description %} {% endif %}
{% trans "URL" %} {{ secret.url }}
{% trans "Username" %} {{ secret.username }}
{% trans "Description" %} {{ secret.description|linebreaksbr|urlize }}
{% endif %} {% endblock %} {% block additionalJS %} {% endblock %}