Welcome {{session['mickeys_first_name']}} Log Out Dashboard


All Your Wishes

{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}

{{message}}

{% endfor %} {% endif %} {% endwith %}

{% if wish['id_user']==session['id_mickey_user'] %} {% endif %} {% endfor %}
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






OTHER PEOPLE's WISHES

{% if wish['id_user']!=session['id_mickey_user'] %} {% endif %} {% endfor %}
ITEM       Added By  Date Added  Action  
{% for wish in all_wishes %}
{{wish['wish_name']}} {{wish['first_name']}}{{wish['last_name']}} {{wish['created_at']}} Add to My List