{{#each supportedBackends as |backend|}} {{#linked-block "vault.cluster.secrets.backend.list-root" backend.id class=(concat 'box is-sideless is-marginless has-pointer ' (if (get this (concat backend.accessor '-open')) 'has-background-white-bis') ) data-test-secret-backend-link=backend.id }}
{{i-con glyph="folder" size=14 class="has-text-grey-light"}} {{backend.path}}
{{#if (eq backend.type 'plugin')}} {{backend.type}}: {{backend.config.plugin_name}} {{else}} {{backend.type}} {{#if backend.isVersioned}} (versioned) {{/if}} {{/if}} {{backend.accessor}}
{{#if (get this (concat backend.accessor '-open'))}} {{partial "partials/backend-details"}} {{/if}} {{/linked-block}} {{/each}} {{#each unsupportedBackends as |backend|}}
{{i-con glyph="folder" size=14 class="has-text-grey-light"}} {{backend.path}}
{{#if (eq backend.type 'plugin')}} {{backend.type}}: {{backend.config.plugin_name}} {{else}} {{backend.type}} {{/if}} {{backend.accessor}}
{{#if (get this (concat backend.accessor '-open'))}} {{partial "partials/backend-details"}} {{/if}}
{{/each}}