{{#if subMatches}} {{#if (eq (get subMatches model.id) 0)}} {{t 'pagination.containerNoSubset' count=model.arrangedInstances.length htmlSafe=true}} {{else if (lt (get subMatches model.id) model.arrangedInstances.length)}} {{t 'pagination.containerHighlightSubset' subset=(get subMatches model.id) count=model.arrangedInstances.length htmlSafe=true}} {{else}} {{t 'pagination.container' pages=1 count=model.arrangedInstances.length}} {{/if}} {{else}} {{t 'pagination.container' pages=1 count=(concat model.arrangedInstances.length "")}} {{/if}}