@if (caricaDati == true) {
{{ 'onlineshop.ord.list' | translate }}
@if (MANAGER == false) {
} @if (MANAGER == true) {
{{ lstOrd?.text | translate }}
{{ ordinamento?.text | translate }}
}
{{ state?.text | translate }}
@if (MANAGER == false) {
} @if (MANAGER == true) {
@if (list.length === 0) {
{{ 'onlineshop.ord.list' | translate }}
} @for (ord of list; track ord; let i = $index) {
@for (item of ord.detail; track item; let j = $index) {
@if (!item.photo?.length) {
}
{{ item.title }}
{{ item.price | currency:'EUR':'symbol' }}
}
}
}
}