{{#if calendarData.yearGrid}}
{{#each calendarData.yearGrid}}
{{#each this}}
{{yearDisplay}}
{{#each months}}
{{abbreviation}}
{{/each}}
{{/each}}
{{/each}}
{{else}}

{{localize 'CALENDARIA.CalendarApp.NoCalendarConfigured'}}

{{/if}}