{% if inWishlist is not defined %}
{% if product is defined %}
{% set inWishlist = wishlist.isProductInList(product) %}
{% endif %}
<a class="bt-wishlist{% if inWishlist %} on{% endif %}" data-product="{{ product.id }}"></a>