{% extends "oscar/customer/wishlists/wishlists_form.html" %} {% load i18n %} {% block tabcontent %}
{% csrf_token %} {{ shared_emails_formset.management_form }} {% 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 "Share wishlist" %}

{% trans "If you want to share your wishlist with others, you can add their email addresses below. The visibility must be set to shared in order for this to work." %} {% for form in shared_emails_formset %} {% include "oscar/partials/form_fields.html" with form=form %} {% endfor %}
{% trans "or" %} {% trans "cancel" %}.
{% endblock tabcontent %}