{% 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 %}URL | {% 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 %}