| Welcome {{session['mickeys_first_name']}} | Log Out | Dashboard |
|---|
All Your Wishes
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endwith %}| ITEM | Added By | Date Added | Action |
|---|---|---|---|
| {% for wish in all_wishes %} | |||
| {{wish['wish_name']}} | {{wish['first_name']}}{{wish['last_name']}} | {{wish['created_at']}} | Edit | Show | Remove from My Wish List |