@if (showPremiumCallout()) {
}
@if (showBatchBar()) {
|
|
}
{{ "name" | i18n }}
|
@if (showOwner()) {
{{ "owner" | i18n }}
|
}
{{ "options" | i18n }}
|
@if (item.collection) {
}
@if (item.cipher) {
}
@if (isEmpty()) {
{{ emptyStateItem()?.title | i18n }}
{{ emptyStateItem()?.description | i18n }}
@if (showAddCipherBtn()) {
}
}