{{> header }}

Departments

{{> show_flash_messages }}
All departments
 
{{# unless departments.length }}
No department records
{{/unless}}
{{#each departments}} {{/each}}
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}}
{{> add_new_department_modal container_id='add_new_department_modal' form_action='/settings/departments/' }} {{> footer }}