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