{{check-box nodeId=model.id}} {{#if canExpand}}Open accordion{{/if}} {{badge-state model=model}} {{model.displayName}} {{#if model.showTransitioningMessage}}
{{model.transitioningMessage}}
{{else if model.displayEndpoints}}
{{model.displayEndpoints}}
{{/if}} {{#if showImage}} {{model.displayImage}}

{{#if subMatches}} {{#if (eq (get subMatches model.id) 0)}} {{t 'pagination.podNoSubset' count=model.pods.length htmlSafe=true}} {{else if (lt (get subMatches model.id) model.pods.length)}} {{t 'pagination.podHighlightSubset' subset=(get subMatches model.id) count=model.pods.length htmlSafe=true}} {{else}} {{t 'pagination.pod' pages=1 count=model.pods.length}} {{/if}} {{else}} {{t 'pagination.pod' pages=1 count=(concat model.pods.length "")}} {{/if}} / {{t 'generic.createdDate' date=(date-from-now model.created) htmlSafe=true}}

{{/if}} {{progress-bar-multi classNames="mt-5" labelKey="state" valueKey="count" values=model.podStates.byColor tooltipValues=model.podStates.byName }} {{model.displayScale}} {{action-menu model=model}} {{#if canExpand}} {{! checkbox and expand}} {{#if expanded}} {{pod-dots pods=model.pods searchText=searchText groupByPod=model.hasSidekicks }} {{/if}} {{#if (and expanded model.canScale)}}
{{/if}} {{! actions}} {{#if expanded}} {{/if}} {{/if}}