{{#accordion-list-item title=(t 'formEnvVar.title') detail=(t 'formEnvVar.detail' appName=settings.appName) status=(t 'formEnvVar.status' count=(or model.length 0)) statusClass=(if model.length 'bg-success' 'text-muted') 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=model as |sortable kind label| }} {{#if (eq kind "row")}} {{label.key}} {{label.value}} {{else if (eq kind "norows")}} {{t 'labelsSection.noData'}} {{/if}} {{/component}} {{/accordion-list-item}}