{% extends 'site/base.html' %} {% load static %} {% block title %} {% endblock title %} {% block css %} {% endblock css %} {% block content %} WishList Home shop wishlist {% if not request.user.is_authenticated %} Returning customer? Click here to login {% endif %} Your order Product Name Price action add to cart Total Items No items in the cart Proceed to Checkout {% include 'site/includes/newsletter.html' %} {% endblock content %} {% block js %} {% include 'site/page/order/js_files/wishlist_js.html' %} {% endblock js %}
Returning customer? Click here to login
No items in the cart