{% extends 'base.html.twig' %} {% block body %}

Wishlist

Wishlist
{% set st = FTCHCart|length %} {% if(st>0) %} {% for prodcrt in FTCHCart %} {% endfor %} {% else %} {% endif %}
Product Name Image Price Remove
Product image
Rs. {{price_arr[prodcrt.product_id]}}
There are no items
{% endblock %}