{% extends "authorized.html" %} {% block title %}User Profile{% endblock %} {% block center %} {% if my_wishlist %}
| Item | Link | State | Action | ||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ user_wishlist_item.item }} | {% else %}{{ user_wishlist_item.item }} | {% endif %} {% if user_wishlist_item.item_url.len() > 0 %}URL | {% else %}{% endif %} {% if user_wishlist_item.received_at > 0 %} | Got it! | {% else %}Not yet! | {% endif %} {% if my_wishlist %} {% if user_wishlist_item.received_at > 0 %}Got it! | {% else %}Received | {% endif %} {% else %} {% if user_wishlist_item.purchased_by > 0 %}Purchased | {% else %}Bought | {% endif %} {% endif %}