{{#if previous}}
  • {{lang 'common.previous'}}
  • {{/if}} {{#if this.links.length}}
  • {{lang 'common.paginator.page_of' current=this.current total=this.links.length}}
  • {{else}}
  • {{lang 'common.paginator.page_of' current=1 total=1}}
  • {{/if}} {{#if next}}
  • {{lang 'common.next'}}
  • {{/if}}