@if (!ciphers.length) {
{{ "noUnsecuredWebsites" | i18n }}
} @else {
{{ "unsecuredWebsitesFoundReportDesc" | i18n: (ciphers.length | number) : vaultMsg }}
@if (showFilterToggle && !isAdminConsoleActive) {
@if (canDisplayToggleGroup()) {
@for (status of filterStatus; track status) {
{{ getName(status) }}
}
} @else {
}
}
|
{{ "name" | i18n }} |
@if (!isAdminConsoleActive) {
{{ "owner" | i18n }} |
}
|
@if (!organization || canManageCipher(row)) {
{{ row.name }}
} @else {
{{ row.name }}
}
@if (!organization && row.organizationId) {
{{ "shared" | i18n }}
}
@if (row.hasAttachments) {
{{ "attachments" | i18n }}
}
{{ row.subTitle }}
|
@if (!isAdminConsoleActive) {
@if (row.organizationId) {
{{ row.organizationId | orgNameFromId: (organizations$ | async) }}
} @else {
{{ "me" | i18n }}
}
|
}
}
}