{{#table fixed='true' onScroll=onTableScroll onResize=onTableResize onSort=onTableSort}}
{{_ "Name"}}
|
{{_ "Served_By"}}
|
{{_ "Started_At"}}
|
{{_ "Last_Message_At"}}
|
{{_ "Status"}}
|
|
{{#each livechatRoom}}
|
{{servedBy}} |
{{startedAt}} |
{{lastMessage}} |
{{status}} |
{{#requiresPermission 'remove-closed-livechat-rooms'}}
{{#if isClosed}}
|
{{else}}
|
{{/if}}
{{else}}
|
{{/requiresPermission}}
{{/each}}
{{#unless isReady}}
{{> loading}} |
{{/unless}}
{{/table}}
{{#if hasMore}}