@if (ciphers?.length) {

{{ headerText }}

{{ ciphers.length }}
@for (cipher of ciphers; track cipher.id) { @if (cipher.permissions.restore) { @if (!hasDecryptionFailure(cipher)) { } } }
}