{% extends "base.html" %} {% block content %} {{wishlist.title}} {{wishlist.description}} {% for item in wishlist.items %} {{ item.title }} {{ item.description }} {{ "€" ~ item.price if not item.bought }} {{ "Reserved" if item.bought else "Reserve" }} {{ form.csrf_token }} {{ form.num(value=loop.index) }} {% endfor %} Important! Are you sure you bought this product? You won't be able to undo this. Close OK Still empty! Hi there. It seems like you are here a bit too early, the wishlist is still empty. Please come back later. Go back {% endblock content %}
{{wishlist.description}}
{{ item.description }}
Are you sure you bought this product? You won't be able to undo this.
Hi there. It seems like you are here a bit too early, the wishlist is still empty. Please come back later.