@if (product.id > 0) {
{{ 'onlineshop.prd.dett' | translate }}: {{ product.title | uppercase }}
} @if (product.id == 0) {
{{ 'onlineshop.prd.newprd' | translate }}
}
@if (DETAIL_PRD == true) {
@if (product.id > 0) {
{{ 'onlineshop.prd.updphoto' | translate }}
} @if (product.id == 0) {
{{ 'onlineshop.prd.newphoto' | translate }}
}
@if (addedPhotos.length > 0) {

{{ 'onlineshop.prd.actionphp' | translate }} ({{ addedPhotos.length }})

@for (p of addedPhotos; track p; let i = $index) {
{{ p.name }}
}
} @if (product.photo?.length) {
@for (doc of product.photo; track doc) {
{{ doc.prph_title }}
}
}
{{ 'onlineshop.cart.gen' | translate }}
@if (title.errors && (title.dirty || title.touched)) {
{{ 'onlineshop.lbl.orderby.title' | translate }} is required!
}
{{ lst_typeproducts.tpw_name }}
{{ type?.tpw_name }}
@if (tpw_name.errors && (tpw_name.dirty || tpw_name.touched)) {
{{ 'onlineshop.filters.tipologia' | translate }} is required!
}
{{ 'onlineshop.prd.selcom' | translate }}
{{ 'onlineshop.cart.tot' | translate }}
@if (cost.errors && (cost.dirty || cost.touched)) {
{{ 'onlineshop.prd.cost' | translate }} is required! {{ 'onlineshop.prd.cost' | translate }} cannot be less than 0!
}
@if (price.errors && (price.dirty || price.touched)) {
{{ 'onlienshop.prd.price' | translate }} is required! {{ 'onlienshop.prd.price' | translate }} cannot be less than 0!
}
@if (amount.errors && (amount.dirty || amount.touched)) {
{{ 'onlienshop.prd.price' | translate }} cannot be less than 0!
}
{{ availability.name | translate }}
{{ objav?.name | translate }}
{{ 'onlineshop.prd.desc' | translate }}
@if (year.errors && (year.dirty || year.touched)) {
{{ 'onlienshop.prd.price' | translate }} cannot be less than 0!
}
@if (product.id > 0 && product.pos_del == false) { } @if (product.id == 0) { } @if (product.id > 0) { }
} @if (DETAIL_PRD == false) {
{{ type.tpw_name }}
{{ product.title }}
{{ product.shortdescription }}

{{ 'onlineshop.prd.year' | translate }}: {{ product.productionyear }}
{{ 'onlineshop.prd.prov' | translate }}: {{ objcomune.denominazione }}
{{ 'onlineshop.prd.desc' | translate }}:
{{ product.description }}

{{ 'onlineshop.ft.note' | translate }}:
{{ product.note }}
{{ 'onlienshop.prd.price' | translate }}: {{ product.price | currency:'EUR':'symbol' }}
@if (product.id > 0) { } @if (product.fav == false) { } @if (product.fav == true) { }
}
@if (!imageSearchLoading && imageSearchResults.length === 0) {
{{ (imageSearchQuery ? 'config.menu.dialog.image_search_empty' : 'config.menu.dialog.image_search_hint') | translate }}
} @if (imageSearchResults.length > 0) {
@for (r of imageSearchResults; track r) {
{{ r.author }}
}
} @if (imageSearchResults.length > 0) {
{{ 'config.menu.dialog.image_search_powered_by' | translate }} Pexels
{{ imageSearchPage }}
}