@if (activeFilter.isDeleted) { {{ trashCleanupWarning }} } @if (showSubscriptionEndedMessaging$ | async) {
{{ "premiumSubscriptionEndedDesc" | i18n }}
{{ "restartPremium" | i18n }}
} @if (performingInitialLoad) {
{{ "loading" | i18n }}
} @if (isEmpty && !performingInitialLoad) {
{{ (emptyState$ | async)?.title | i18n }}

{{ (emptyState$ | async)?.description | i18n }}

@if (showAddCipherBtn) { }
}
@if (vaultBatchBarFeatureFlag()) { }