{{ 'ux.wishlistTitle' | translate }}

{{ favorites().length }} {{ 'ux.items' | translate }}

@if (hasItems()) { {{ 'ux.clearWishlist' | translate }} }
@if (hasItems()) {
@for (entry of favorites(); track entry.product.itemID) {
}
} @else {
{{ 'ux.goToCatalog' | translate }}
}