{{'onlineshop.lbl.products' | translate}}
@if (filter.fav == false) { } @if (filter.fav == true) { } @if (MANAGER == false) { }
{{'onlineshop.lbl.orderby.select' | translate}}
@for (ord of lstOrdinamento; track ord) {
}
{{ list.tpw_name }}
@for (item of lstData; track item) { {{item.title}}

{{item.shortdescription}}

{{item.price | currency:'EUR':'symbol'}}
}