{{> header }}

Bank holidays

Public holidays for {{company.name}}`s account in {{yearCurrent}}
 
{{> show_flash_messages }}
{{yearPrev}}
January - December {{yearCurrent}}
{{yearNext}}
 
{{# each calendar}}
{{#each this.weeks }} {{#each this}} {{> calendar_cell day = this}} {{/each}} {{/each}}
{{this.month}}
M T W T F S S
{{/each}}
 
{{#unless bankHolidays.length }}
No Bank holiday records
{{/unless}}
{{#each bankHolidays}}
 
{{/each}}
 
{{!-- --}} {{#if bankHolidays.length}} {{/if}}
 
{{> add_new_bank_holiday_modal container_id='add_new_bank_holiday_modal' form_action='/settings/bankholidays/' startDateOfYearCurrent=startDateOfYearCurrent yearCurrent=yearCurrent }} {{> footer }}