{% extends "oscar/customer/baseaccountpage.html" %} {% load i18n %} {% block breadcrumbs %} {% trans 'Home' %} {% trans 'Account' %} {% trans 'Wish Lists' %} {% if wishlist %} {{ wishlist.name }} {% else %} {% trans "Create" %} {% endif %} {% endblock %} {% block tabcontent %}
{% trans "What should your new wish list be called?" %}
{% blocktrans with title=product.get_title %} After your wishlist is created, {{ title }} will be added. {% endblocktrans %}