{{#if canViewBigCal}} {{/if}}
{{#if canViewNotes}} {{/if}} {{#if showChronicleButton}} {{/if}}
{{{widgets.sidebar}}}
{{selectedDateLabel}}
{{#if notesPanelVisible}}
{{#if hasActiveFilters}} {{/if}}
{{/if}}
{{#each selectedDateNotes}} {{> "modules/calendaria/templates/partials/note-panel-item.hbs"}} {{/each}} {{#if hasActiveFilters}} {{#unless selectedDateNotes.length}}
{{localize "CALENDARIA.Notes.NoMatchingNotes"}}
{{/unless}} {{/if}}
{{{calendarData.formattedHeader}}} {{#if calendarData.equivalentDates.length}}
{{#each calendarData.equivalentDates}} {{label}} {{/each}}
{{/if}} {{#if compact}} {{#if canChangeDateTime}}
{{/if}} {{/if}}
{{#if (or calendarData.currentSeason calendarData.currentEra cycleText weather canChangeWeather widgets.hasIndicators)}}
{{{widgets.weatherIndicator}}} {{{widgets.seasonIndicator}}} {{{widgets.eraIndicator}}} {{{widgets.cycleIndicator}}} {{{widgets.indicators}}}
{{/if}}
{{#each calendarData.weekdays}}
{{name}}
{{/each}}
{{#each calendarData.weeks}} {{#if this.isIntercalaryRow}}
{{#each this.days}}
{{festivalName}} {{#if hasNotes}} {{noteCount}} {{/if}} {{#if moonIcon}}{{#if moonColor}} {{moonPhase}} {{else}} {{moonPhase}} {{/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}} {{moonPhase}} {{else}} {{moonPhase}} {{/if}}{{/if}} {{#if weatherIcon}} {{/if}}
{{/if}} {{/each}} {{/if}} {{/each}}
{{#if showTime}}
{{{currentTime}}} {{#if canChangeDateTime}}
{{/if}}
{{#if canChangeDateTime}}
{{#if customJumps.dec2}} {{/if}} {{#if customJumps.dec1}} {{/if}} {{#if customJumps.inc1}} {{/if}} {{#if customJumps.inc2}} {{/if}}
{{/if}} {{/if}}