{{#sortable-table tableClassNames="double-rows" body=filtered sortBy=sortBy bulkActions=bulkActions search=search searchText=searchText extraSearchFields=extraSearchFields extraSearchSubFields=extraSearchSubFields paging=paging stickyHeader=stickyHeader subRow=subRow subRows=subRows pagingLabel=pagingLabel headers=headers as |sortable kind inst dt|}} {{#if (eq kind "row")}} {{pod-row model=inst dt=dt bulkActions=bulkActions showNode=showNode showActions=true showPrimaryActions=false fullColspan=sortable.fullColspan subRow=subRow}} {{else if (eq kind "nomatch")}} {{t 'containersPage.table.noMatch'}} {{else if (eq kind "norows")}} {{t 'containersPage.table.noData'}} {{/if}} {{/sortable-table}}