{% extends "oscar/customer/wishlists/wishlists_list.html" %} {% load i18n %} {% block tabcontent %} {% if wishlists %}
| {% trans 'Name' %} | {% trans 'Number of products' %} | {% trans "Visibility" %} | |||
|---|---|---|---|---|---|
| {{ wishlist.name }} | {{ wishlist.lines.count }} | {{ wishlist.visibility }} | {% trans "Edit" %} | {% trans "Copy" %} |
{% trans "You don't have any wish lists yet." %}
{% endif %} {% endblock tabcontent %}