{% extends "authorized.html" %} {% block title %}User Profile{% endblock %} {% block center %} {% if my_wishlist %}

My Wishlist

{% else %}

{{ user.given_name }} Wishlist

{% endif %}

List

{% if my_wishlist %} Add {% endif %}
{% for user_wishlist_item in user_wishlist_items %} {% if my_wishlist %} {% else %} {% endif %} {% if user_wishlist_item.item_url.len() > 0 %} {% else %} {% endif %} {% if user_wishlist_item.received_at > 0 %} {% else %} {% endif %} {% if my_wishlist %} {% if user_wishlist_item.received_at > 0 %} {% else %} {% endif %} {% else %} {% if user_wishlist_item.purchased_by > 0 %} {% else %} {% endif %} {% endif %} {% endfor %}
Item Link State Action
{{ user_wishlist_item.item }}{{ user_wishlist_item.item }}URLGot it!Not yet!Got it!ReceivedPurchasedBought
{% endblock center %}