{% load i18n %} {% if user.is_authenticated %} {% url satchmo_wishlist_view as wishlist_view %} {% if wishlist_view %}

{% trans 'Wishlist' %}

{% endif %} {% endif %}