@if (cipherGroups().length > 0 || description()) { @if (collapsibleKey()) { } @else { } } {{ title() }} @if (showRefresh()) { } {{ ciphers().length }} @if (collapsibleKey()) { } @if (description()) { {{ description() }} } @for (group of cipherGroups(); track $index) { @if (group.subHeaderKey) { {{ group.subHeaderKey | i18n }} } {{ cipher.name }} @if (cipher.organizationId) { } @if (CipherViewLikeUtils.hasAttachments(cipher)) { } {{ CipherViewLikeUtils.subtitle(cipher, i18nService) }} @if (showFillTextOnHover()) { {{ "fill" | i18n }} } @if (showAutofillBadge()) { } @if (showLaunchButton() && CipherViewLikeUtils.canLaunch(cipher)) { } }