{% extends "oscar/customer/baseaccountpage.html" %} {% load i18n %} {% block breadcrumbs %} {% trans 'Home' %} {% trans 'Account' %} {% trans 'Wish Lists' %} {{ wishlist.name }} {% trans "Remove product" %} {% endblock %} {% block tabcontent %}
{% blocktrans with product_name=object.get_title wishlist_name=wishlist.name %} Are you sure you want to delete {{ product_name }} from wish list {{ wishlist_name }}? {% endblocktrans %}