{{#each calendarData.weeks}}
{{#if this.isIntercalaryRow}}
{{#each this.days}}
{{festivalName}}
{{#if hasNotes}}
{{noteCount}}
{{/if}}
{{#if moonIcon}}{{#if moonColor}}
{{else}}

{{/if}}{{/if}}
{{#if weatherIcon}}
{{/if}}
{{/each}}
{{else}}
{{#each this}}
{{#if empty}}
{{else if isFromOtherMonth}}
{{#if isIntercalaryMonth}}{{monthInitial}}{{else}}{{day}}{{/if}}
{{else if isFromOtherWeek}}
{{day}}
{{#if hasNotes}}
{{noteCount}}
{{/if}}
{{else}}
{{day}}
{{#if hasNotes}}
{{noteCount}}
{{/if}}
{{#if moonIcon}}{{#if moonColor}}
{{else}}

{{/if}}{{/if}}
{{#if weatherIcon}}
{{/if}}
{{/if}}
{{/each}}
{{/if}}
{{/each}}