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