Pagination
Example
{% include '@leviy-templates/components/pagination.html.twig' with {
'fromResults': 1,
'tillResults': 10,
'currentPage': 1,
'maxPerPageOptions': [10, 25, 50, 100, 250],
'maxPerPage': 10,
'totalResults': 85,
'previousLink': '#prev',
'nextLink': '#next'
} %}
Using WhiteOctoberPagerfantaBundle
{{ pagerfanta(pagerfanta, 'leviy', {maxPerPageOptions: [10, 25, 50, 100, 250]}) }}