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