{% extends "authorized.html" %} {% block title %}User Profile{% endblock %} {% block center %} {% if my_wishlist %}
| Item | State | Action | ||||
|---|---|---|---|---|---|---|
| {{ user_wishlist_item.item }} | {% 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 %}