{% extends "layouts/layout.html.twig" %} {% block content %}

{{ page_title ? page_title : '' }}

Filter resultaten
{% if search_query %} {% endif %}
{% for brand in brands %}
{% endfor %}
{% if selected_brands %} {% for brand in selected_brands %} {% endfor %} {% endif %}

Zoeken binnen categorie

{##} {##}
{#
#} {#{% include 'blocks/products/products_block.html.twig' %}#} {#
#} {##} {% if product_overview == 'list' %} {% include 'blocks/products/products_list.html.twig' %} {% elseif product_overview == 'blocks' %} {% include 'blocks/products/products_block.html.twig' %} {% endif %}

{{ total_on_current_page ~ ' resultaten op deze pagina' }} {{ 'van de ' ~ total ~ ' in totaal.' }}

    {# $selected_brands]);#} {#} else {#} {#$vars = '';#} {#}#} {#if (isset($query)) {#} {#$vars = $vars."&" . http_build_query(['query' => $query]);#} {#} else {#} {#$vars = $vars.'&';#} {#}#} {#?>#} {% if current_page is not defined or current_page < 2 %}
  • Vorige
  • {% else %}
  • Vorige
  • {% endif %} {% if total_pages == 1 %}
  • 1
  • {% else %}
  • 1
  • {% endif %} {% if current_page > 1 %} {% if current_page > 3 %}
  • ...
  • {% endif %} {% for count in 3..1 if (current_page - count) > 1 %}
  • {{ current_page - count }}
  • {% endfor %}
  • {{ current_page }}
  • {% endif %} {% if current_page < total_pages %} {% for count in (current_page + 1)..(current_page + 3) if count < total_pages %}
  • {{ count }}
  • {% endfor %} {% endif %} {% if current_page < (total_pages - 2) %}
  • ...
  • {% endif %} {% if total_pages > 1 and current_page < total_pages %}
  • {{ total_pages }}
  • {% endif %} {% if current_page < total_pages %}
  • {% else %}
  • Volgende
  • {% endif %}
{% endblock %} {% block post_js %} {{ parent() }} {% include 'blocks/ajax_shoppingcart.html.twig' %} {##} {% endblock %}