{% extends "admin/base_site_mako.html" %} {% if not is_popup %} {% block block_breadcrumbs %} {% endblock %} {% endif %} {% block block_content %}
Name Description Scheme Hostname Port Path Uri
{{backend.name}} {{backend.description}} {{backend.scheme}} {{backend.hostname}} {{backend.port}} {{backend.path}} {{backend.uri}}

Credentials Associated With This Backend

Yabi Username {% for bec in backend.backendcredential_set.all %} {% 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}} {% autoescape off %} {{ bec.backend_cred_edit_link}} {% endautoescape %} {% if bec.homedir %} {% autoescape off %} {{ bec.backend_cred_test_link }} {% endautoescape %} {% endif %}
{% endblock %}