{{ 'ux.wishlistTitle' | translate }}

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

@if (hasItems()) { }
@if (hasItems()) {
@for (entry of favorites(); track entry.product.itemID) {
}
} @else {

{{ 'ux.wishlistEmptyTitle' | translate }}

{{ 'ux.wishlistEmptyDescription' | translate }}

{{ 'ux.goToCatalog' | translate }}
}