{% extends "customer/baseaccountpage.html" %} {% load i18n %} {% block breadcrumbs %}
{% 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 %}