{{{_ "Showing_results" departments.length}}}
{{#table fixed='true' onScroll=onTableScroll}}
{{_ "Name"}} |
{{_ "Description"}} |
{{_ "Num_Agents"}} |
{{_ "Enabled"}} |
{{_ "Show_on_registration_page"}} |
|
{{#each departments}}
|
{{description}} |
{{numAgents}} |
{{#if enabled}}{{_ "Yes"}}{{else}}{{_ "No"}}{{/if}} |
{{#if showOnRegistration}}{{_ "Yes"}}{{else}}{{_ "No"}}{{/if}} |
{{#requiresPermission 'manage-livechat-departments'}}
{{else}}
{{/requiresPermission}}
|
{{/each}}
{{/table}}
{{#requiresPermission 'manage-livechat-departments'}}