{{#if notes.length}}
{{#each notes}} {{#if this.groupHeaderLabel}}
{{this.groupHeaderLabel}}
{{/if}}
{{#if ../selectionMode}} {{/if}}
{{#if this.iconIsImage}} {{#if this.iconIsSvg}} {{else}} {{/if}} {{else}} {{/if}}
{{this.name}} {{this.dateLabel}}
{{#each this.presetBadges}} {{/each}} {{#if this.isHidden}} {{else if this.isSecret}} {{/if}} {{#if this.hasDuration}} {{/if}} {{#if this.isRecurring}} {{/if}} {{#if this.isFestival}} {{/if}}
{{/each}}
{{else}}
{{#if hasActiveFilters}}

{{localize "CALENDARIA.NoteViewer.NoResults"}}

{{else if totalNotes}}

{{localize "CALENDARIA.NoteViewer.NoResults"}}

{{else}}

{{localize "CALENDARIA.NoteViewer.EmptyState"}}

{{/if}}
{{/if}}