{% extends "admin/base_site_mako.html" %} {% if not is_popup %} {% block block_breadcrumbs %} {% endblock %} {% endif %} {% block block_content %}

Credentials Associated With This User

Yabi Username {% for bec in backendcredentials %} {% endfor %}
Description Username Certificate Key Home Dir Visible Uri Home Dir Uri
{{bec.credential.description}} {{bec.credential.user.name}} {{bec.credential.username}} {% if bec.credential.cert %} Yes {% else %} No {% endif %} {% if bec.credential.key %} Yes {% else %} No {% endif %} {{bec.homedir}} {{bec.visible}} {{bec.uri}} {{bec.homedir_uri}} {% if bec.homedir and not bec.backend.dynamic_backend %} {% autoescape off %}{{ bec.backend_cred_test_link }}{% endautoescape %} {% endif %} {% autoescape off %}{{ bec.backend_cred_edit_link }}{% endautoescape %}
{% endblock %}