{% extends "stweb/base.html" %} {% block title %}siptrackweb - display password key{% endblock %} {% block content %}
Password Key Information
Name: {{ password_key.attributes.name|escape }}
Description: {{ password_key.attributes.description|escape }}



{% include "stweb/attributes/display.html" %} {% endblock %}