{{if type === "lateral"}} {{if prevNext === true || firstLast === true}}
{{if prevNext === true}}
{{iconPlugin('left-' + theme, 'webpub-pagination__lateral-arrows-nextprev-icon webpub-pagination__lateral-arrows-icon')}}
{{/if}} {{if firstLast === true}}
{{iconPlugin('first-' + theme, 'webpub-pagination__lateral-arrows-firstlast-icon webpub-pagination__lateral-arrows-icon')}}
{{/if}}
{{if prevNext === true}}
{{iconPlugin('left-' + theme, 'webpub-pagination__lateral-arrows-nextprev-icon webpub-pagination__lateral-arrows-icon reversed')}}
{{/if}} {{if firstLast === true}}
{{iconPlugin('first-' + theme, 'webpub-pagination__lateral-arrows-firstlast-icon webpub-pagination__lateral-arrows-icon reversed')}}
{{/if}}
{{/if}} {{/if}} {{if type === "vertical"}}
{{iconPlugin('arrow', 'webpub-pagination__vertical-arrow')}}
{{localePlugin("back_to_the_top")}}
{{iconPlugin('arrow', 'webpub-pagination__vertical-arrow reversed')}}
{{iconPlugin('arrow', 'webpub-pagination__vertical-arrow hide')}} {{iconPlugin('arrow', 'webpub-pagination__vertical-arrow reversed hide')}}
{{/if}}