Pagination


Example

Rows per page: 1-10 of 85 chevron_left chevron_right
{% 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]}) }}