+
+
+ Date:
+ ${ticket.SessionDate ? new Date(ticket.SessionDate).toLocaleDateString() : 'TBD'}
+
+
+ Time:
+ ${ticket.SessionTime || 'TBD'}
+
+
+ Seat:
+ ${ticket.SeatRow ? `Row ${ticket.SeatRow}, ` : ''}Seat ${ticket.SeatNumber || ticket.SeatID}
+
+
+ Type:
+ ${ticket.TicketType || 'Standard'}
+
+
+ Price:
+ $${ticket.Price.toFixed(2)}
+
+
+ Valid Until:
+ ${new Date(ticket.ValidUntil).toLocaleDateString()}
+
+
+
+
+

+
+ Present this QR code
+ at the event entrance
+
+
+