{{> user_details/breadcrumb employee=employee }}

{{current_year}}

{{#if show_full_year}} {{next_year}} {{/if}}

{{#with current_user }}
{{ ../user_allowance.number_of_days_available_in_allowance }}
Days available
out of {{ ../user_allowance.total_number_of_days_in_allowance }} in allowance
{{/with}}

{{# each calendar}}
{{#each this.weeks }} {{#each this}} {{> calendar_cell day = this}} {{/each}} {{/each}}
{{this.month}}
M T W T F S S
{{/each}}