{% extends 'ecom.html.twig' %} {% block banner %}
{% if channel.banner is not empty %}
{% endif %} {% if channel.bannerMobile is not empty %}
{% if channel.bannerLink is not empty %} {% endif %} {% if channel.bannerLink is not empty %} {% endif %}
{% endif %}
{% endblock %} {% block bannerSets %} {{ include('webshop/__banner_sets.html.twig', {'bannerSets': bannerSets}) }} {% endblock %} {% block content %}

{{ 'Nyheter' | trans }}

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