@if (event(); as item) {

{{ item.title }}

@if (item.subtitle) {

{{ item.subtitle }}

}
@if (item.date_text) {

{{ item.date_text }}@if (item.dates?.length === 1 && item.start_time) { · {{ item.start_time.slice(0, 5) }} h }

} @if (item.location) {

{{ item.location }}

}

Productos

@if ((item.dates?.length ?? 0) > 1) { } @if (item.catalog_items?.length) {
@for (product of item.catalog_items; track product.id) {

{{ product.name }}

@if (needsSelection(product)) { Elegir opciones } @else { }
{{ priceFor(product) }}
}
Total{{ formatPrice(total()) }}
Cancelar {{ submitting() ? 'Procesando…' : 'Comprar' }}
} @else {

Por ahora no hay productos disponibles para este evento.

}
} @else if (!loading()) {

No encontramos este evento.

}