{% extends "khaganat/base.html" %} {% load i18n %} {% block title %}{% trans "shared_passwords" %}{% endblock %} {% block content %}
{% trans "Name" %} | {% trans "Description" %} | URL | {% trans "Password" %} | {% trans "Actions" %} | ||
---|---|---|---|---|---|---|
{{ pass.name }} | {{ pass.description|linebreaksbr }} | {% if pass.url %}{{ pass.url|truncatechars:30 }}{% endif %} | {% trans "copy_password" %} | {% trans "show_password" %} | {% trans "hide_password" %} |