{{#if (and @item.updatePath.canRead (not this.isBuiltin))}} {{#linked-block "vault.cluster.secrets.backend.show" @itemPath class="list-item-row" data-test-secret-link=@itemPath encode=true queryParams=(secret-query-params @backendType) }}
{{if (eq @item.id ' ') '(self)' (or @item.keyWithoutParent @item.id)}}
{{#if (or @item.updatePath.canRead @item.updatePath.canUpdate)}} {{/if}}
{{/linked-block}} {{else}}
{{#if this.isBuiltin}} {{@item.id}}
This is a built-in HashiCorp {{@itemType}}. It can't be viewed or edited.
{{else}} {{@item.id}} {{/if}}
{{/if}}