{{#if showPrevPageLink}} {{#ifCond showPrevPageLink "gt" 1}}
  • Previous
  • {{/ifCond}} {{#ifCond showPrevPageLink "eq" 1}}
  • Previous
  • {{/ifCond}} {{/if}} {{#if showFirstPageLink}}
  • 1
  • ...
  • {{/if}} {{#each this.paginationPages}} {{#ifCond count "gt" 1}}
  • {{count}}
  • {{/ifCond}} {{#ifCond count "eq" 1}}
  • {{count}}
  • {{/ifCond}} {{/each}} {{#if more}}
  • ...
  • {{totalPages}}
  • {{/if}} {{#if showLastPageLink}}
  • {{totalPages}}
  • {{/if}} {{#if showNextPageLink}}
  • Next
  • {{/if}}