{% extends 'app/base.html' %} {% load static %} {% block title %} Wish {% endblock title %} {% block content %}
Wish List
{% comment %} {% endcomment %} {% for wish in wishlist_list %} {% comment %} {% endcomment %} {% empty %} {% endfor %}
Image TitleAction
wish.product.product_image {{wish}}Remove
No Wish
{% endblock content%}