{{#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}}