{{ item.title }}
@if (item.subtitle) {{{ item.subtitle }}
}Productos
@for (product of item.catalog_items; track product.id) {
}
{{ product.name }}
@if (needsSelection(product)) {
Elegir opciones
} @else {
}
{{ priceFor(product) }}
Total{{ formatPrice(total()) }}
} @else {
Por ahora no hay productos disponibles para este evento.
}