@if (filter.fav == false) { } @if (filter.fav == true) { } {{'onlineshop.lbl.orderby' | translate }} @for (ord of lstOrdinamento; track ord) { {{ ord.label | translate }} } {{'onlineshop.filters' | translate}} {{'onlineshop.filters.tipologia' | translate}} {{'onlineshop.filters.seleziona' | translate }} {{'onlineshop.filters.tipologia' | translate}} @for (t of lst_typewine; track t) { {{t?.tpw_name}} } {{'onlineshop.filters.price' | translate }} {{'onlineshop.homepage.search' | translate }} @for (item of lstData; track item) {

{{item?.title}}

{{item?.shortdescription}}

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

}