{{#linked-block (concat "vault.cluster.secrets.backend." (if (eq item.keyType "ca") "sign" "credentials") (if (not item.id) "-root") ) item.id class="box is-sideless is-marginless" data-test-secret-link=item.id }}
{{#link-to (concat "vault.cluster.secrets.backend." (if (eq item.keyType "ca") "sign" "credentials") (if (not item.id) "-root") ) item.id class="has-text-black has-text-weight-semibold" }} {{i-con glyph="role" size=14 class="has-text-grey-light is-pulled-left" }}
{{if (eq item.id ' ') '(self)' (or item.keyWithoutParent item.id)}}
{{item.keyType}} {{#if item.zeroAddress}} Zero-Address {{/if}}
{{/link-to}}
{{#if (eq backendType 'ssh')}} {{partial 'partials/role-ssh/popup-menu'}} {{/if}}
{{/linked-block}}