{% extends "base.html" %} {% block header %} {% endblock %} {% block content %}
Has access? | Target system | Username | Password | Ldap group | Description | Edit | Delete | ||
---|---|---|---|---|---|---|---|---|---|
{% if password in user_passwords %} "true" {% else %} "" {% endif %} | {{ password.targetSystem }} | {{ password.username }} | {% if password in user_passwords %} Show password {% else %} {{ password.ldapGroup }} membership required {% endif %} | {{ password.ldapGroup }} | {% if password in user_passwords %} {% if password.description|length > 120 %} {{ password.description|truncatechars:120|urlizetrunc:25 }} {% else %} {{ password.description|urlizetrunc:25 }} {% endif %} {% else %} {{ password.ldapGroup }} membership required {% endif %} | {% if password in user_passwords %}{% else %} | {% endif %} {% if password in user_passwords %} | {% else %} | {% endif %} |