{% extends "layout.html" %} {% block title %}Login Example{% endblock %} {% block page_content %}
{{ remove_form.item_id_remove.label }} {{ remove_form.item_id_remove(class = "field_order_by") }}
clear all? {{ remove_form.clear_all }} {{ remove_form.submit(class = "orange_button") }}
You have {{ wishlist_size }} items in your wishlist
{{ item.product_name }}
price: £{{ item.product_price }}
item id: {{ item.product_id }}