{% extends "base_nav.html" %} {% load humanize %} {% load i18n %} {% load staticfiles %} {% load smart_pagination %} {% block "title" %}{% trans "Browse" %}{% endblock %} {% block "css" %} {% endblock %} {% block "nav_browse" %}active{% endblock %} {% block "content" %}
{% 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 %} |