{{#accordion-list-item title=(t 'conditionSections.title') detail=(t 'conditionSections.detail' resourceType=resourceType) expandOnInit=expandOnInit expandAll=expandAll expand=(action expandFn) componentName='sortable-table' as | parent | }} {{#component parent.intent classNames="grid fixed mb-0 sortable-table" bulkActions=false rowActions=false paging=false search=true sortBy=sortBy stickyHeader=false descending=descending headers=headers body=conditions as |sortable kind row dt| }} {{#if (eq kind "row")}} {{row.type}} {{row.status}} {{date-calendar row.lastUpdateTime}} {{row.reason}} {{row.message}} {{else if (eq kind "norows")}} {{t 'conditionSections.noData'}} {{else if (eq kind "nomatch")}} {{t 'conditionSections.noMatch'}} {{/if}} {{/component}} {{/accordion-list-item}}