{% load i18n %} {% load wishlist_tags %} {% if user.is_authenticated %} {% with wishlists=user.wishlists.all %} {# Select wishlists that contains product #} {% wishlists_containing_product wishlists product as product_wishlists %} {% if wishlists %} {% else %} {# 1 or no existing wishlists - show a simple button #}
{% endif %} {% endwith %} {% endif %}