Passwords
{% if password_list %} {% for password in password_list %} {% if forloop.counter|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Username Password Description Key Action
{{ password.attributes.username }} {{ password.password }} {{ password.attributes.description }} {% if password.key %} {{ password.key.attributes.name }}  {% endif %} {% if write_access %}delete{% endif %}
{% endif %}