{% load i18n %}   {% if secret not in readable_secrets %}   {% endif %} {% if secret.content_type == secret.CONTENT_PASSWORD %} {% elif secret.content_type == secret.CONTENT_FILE %} {% elif secret.content_type == secret.CONTENT_CC %} {% endif %} {{ secret.name }} {% if secret.username %} {{ secret.username }} {% endif %} {% if secret.filename %} {{ secret.filename }} {% endif %} {% if secret.status == secret.STATUS_DELETED %}   {% elif secret.status == secret.STATUS_NEEDS_CHANGING %}   {% endif %}