{% if loadPages is defined and dataQuery is defined and page is defined %}
{% if (loadPages > 1) %}
{% set entity = SingleEntity %}
{% if (page > 1) %}
{# prev button if page > 1 #}
{# active parameters: null #}
{% if (searchParam == '' and categoryParam == '' and orderParam == '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{# prev button if page > 1 #}
{# active parameters: category, order #}
{% if (searchParam == '' and categoryParam != '' and orderParam != '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{# prev button if page > 1 #}
{# active parameters: search #}
{% if (searchParam != '' and categoryParam == '' and orderParam == '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{# prev button if page > 1 #}
{# active parameters: search, category, order #}
{% if (searchParam != '' and categoryParam != '' and orderParam != '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{% endif %}
{# buttons pages < 5 #}
{% for index, singlePage in 1..(total / perPage)|round(0, 'ceil') %}
{% if (index < 5) %}
{% if (singlePage <= loadPages) %}
{% if (dataQuery is empty) %}
{% if subdomain is not defined %}
{% for index, singlePage in 1..(total / perPage)|round(0, 'ceil') %}
{% if (index >= 5) %}
{% if (singlePage <= loadPages) %}
{% if (dataQuery is empty) %}
{% if subdomain is not defined %}
{% endif %}
{% if (page == 1) %}
{# next button if page == 1 #}
{# active parameters: null #}
{% if (searchParam == '' and categoryParam == '' and orderParam == '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{# next button if page == 1 #}
{# active parameters: category, order #}
{% if (searchParam == '' and categoryParam != '' and orderParam != '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{# next button if page == 1 #}
{# active parameters: search #}
{% if (searchParam != '' and categoryParam == '' and orderParam == '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{# next button if page == 1 #}
{# active parameters: search, category, order #}
{% if (searchParam != '' and categoryParam != '' and orderParam != '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{% endif %}
{% if (page > 1) %}
{# next button if page > 1 #}
{# active parameters: null #}
{% if (searchParam == '' and categoryParam == '' and orderParam == '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{# next button if page > 1 #}
{# active parameters: category, order #}
{% if (searchParam == '' and categoryParam != '' and orderParam != '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{# next button if page > 1 #}
{# active parameters: search #}
{% if (searchParam != '' and categoryParam == '' and orderParam == '') %}
{% if subdomain is not defined %}
{% else %}
{% endif %}
{% endif %}
{# next button if page > 1 #}
{# active parameters: search, category, order #}
{% if (searchParam != '' and categoryParam != '' and orderParam != '') %}
{% if subdomain is not defined %}