@if (isLoadingPurchase()) {
Cargando compra...
} @else {
@if (usesEventCheckoutSummary()) { @if (checkoutRemainingTime(); as remainingTime) {
Tiempo restante de compra: {{ remainingTime }}
} @if (checkoutEvent(); as event) { @if (event.image) {
} } } @else if (checkoutRemainingTime(); as remainingTime) {
Tiempo restante de compra: {{ remainingTime }}
}
}