mirror of
https://gitlab.silvrtree.co.uk/martind2000/vulcan.git
synced 2025-02-11 20:29:16 +00:00
9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
|
|
<% if (page.total > 1){ %>
|
|
<div class="pagination">
|
|
<%- paginator({
|
|
prev_text: "« "+__('prev'),
|
|
next_text: __('next')+" »"
|
|
}) %>
|
|
</div>
|
|
<% } %> |