{% extends 'ecom.html.twig' %} {% block banner %} {% if channel.banner is not empty %} {% if channel.bannerShowFullWidth %}
{% if channel.bannerLink is not empty %} {% endif %} {% if channel.bannerLink is not empty %} {% endif %}
{% else %}
{% if channel.bannerLink is not empty %} {% endif %} {% if channel.bannerLink is not empty %} {% endif %}
{% endif %} {% endif %} {% if channel.banner2 is not empty or channel.banner3 is not empty %}
{% if channel.banner2 is not empty %} {% if channel.bannerLink2 is not empty %} {% endif %} {% if channel.bannerLink2 is not empty %} {% endif %} {% endif %}
{% if channel.banner3 is not empty %} {% if channel.bannerLink3 is not empty %} {% endif %} {% if channel.bannerLink3 is not empty %} {% endif %} {% endif %}
{% endif %} {% endblock %} {% block content %}
{{ channel.textBlock | raw }}
{{ include('webshop/__categories.html.twig') }}


{{ 'Products' | trans }}

{% for product in pagination %} {{ include('webshop/__product_item.html.twig', {'product': product}) }} {% else %} {{ 'No items' | trans }} {% endfor %}
{{ knp_pagination_render(pagination) }}
{% endblock %}