{% load i18n %}
{% if secret.content_type == ContentType.PASSWORD %} {% elif secret.content_type == ContentType.FILE %} {% elif secret.content_type == ContentType.CC %} {% endif %}
{{ secret.name }}
{% if secret.username or secret.filename %}
{% if secret.username %} {{ secret.username }} {% endif %} {% if secret.filename %} {{ secret.filename }} {% endif %}
{% endif %}
{% if secret.status == SecretStatus.DELETED %} {% elif secret.status == SecretStatus.NEEDS_CHANGING %} {% endif %} {% if secret not in readable_secrets %} {% endif %}