{% 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 %} {% 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 %}

{{ 'Nyheter' | trans }}

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