{% extends "oscar/customer/baseaccountpage.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block tabcontent %}
{% csrf_token %} {% if not wishlist %}

{% trans "What should your new wish list be called?" %}

{% endif %} {% include "oscar/partials/form_fields.html" %} {% if product %}

{% blocktrans with title=product.get_title %} After your wishlist is created, {{ title }} will be added. {% endblocktrans %}

{% endif %}
{% trans "or" %} {% trans "cancel" %}.
{% endblock tabcontent %}