{{> header }}
Name | Manager | Allowance | Number Employees | Public Holidays | Accrued Allowance | |
---|---|---|---|---|---|---|
{{this.name}} | {{# with this.boss }}{{this.full_name }}{{/with}} | {{#each ../allowance_options}}{{#if_equal this.value ../allowance}}{{caption}}{{/if_equal}}{{/each}} | {{this.users.length}} | {{# if this.include_public_holidays }}Yes{{/if}} | {{# if this.is_accrued_allowance }}Yes{{/if}} |