{% extends 'site/base.html' %} {% load static %} {% block title %} {% endblock title %} {% block css %} {% endblock css %} {% block content %}

WishList

{% if not request.user.is_authenticated %}

Returning customer? Click here to login

{% endif %}
{% include 'site/includes/newsletter.html' %} {% endblock content %} {% block js %} {% include 'site/page/order/js_files/wishlist_js.html' %} {% endblock js %}