{% 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_OK %} {{ secret.get_status_display }} {% endif %}