Seleccioná Entrada/s:
@for (row of rows(); track row.id) {
@if (rowStatus(row); as status) {
{{ status }}
}
@if (row.error; as error) {
{{ error }}
}
}
+ Agregar entrada
@if (selectableVariants().length === 0) {
No hay entradas disponibles.
}
@if (imageUrl(); as image) {