<% if(movieName) { %>
<%=movieName %>
<%}%> <%=theaterName %>
<% if(performance) {%> <%= performance.auditorium %>
<%}%> <% var sdate = ''; if(performance){ sdate = DtHelper.convertDate(performance.showTime); } else { sdate = new Date(purchasedDateTime); } var time = Globalize.format(sdate, 't', theaterCulture); var ddate = Globalize.format(sdate, 'M', theaterCulture); %> <%=time + ' ' + dateFormat(sdate, 'ddd') + ', ' + ddate %>
<%}%> <%=theaterName %>
<% if(performance) {%> <%= performance.auditorium %>
<%}%> <% var sdate = ''; if(performance){ sdate = DtHelper.convertDate(performance.showTime); } else { sdate = new Date(purchasedDateTime); } var time = Globalize.format(sdate, 't', theaterCulture); var ddate = Globalize.format(sdate, 'M', theaterCulture); %> <%=time + ' ' + dateFormat(sdate, 'ddd') + ', ' + ddate %>
<% if(selectedTickets.length > 0) { %>
<% if(ticket.seatsOrder.indexOf('GA') < 0 ) { %>
<% _.each(otherItems, function (item, index) {%>
<%}); %>
<%if(displayNetTicketPrice && !isNaN(subtotal) && !isNaN(tax)){%>
<%}%>
<%= localize.tickets%>
<%_.each(selectedTickets, function(ticket){%><%=ticket.ticketQuantity %> <%=ticket.ticketName %>
<%=Globalize.format(ticket.ticketPrice - (displayNetTicketPrice && !isNaN(ticket.tax) ? ticket.tax : 0), "c", theaterCulture) %>
<% if(ticket.seatsOrder.indexOf('GA') < 0 ) { %>
<%= ticket.seatsOrder %>
<%}%>
<%});%>
<%}%>
<% if(concessions) {%>
<%=item[0].quantity%> | <%=item[0].name %> | <%=Globalize.format(item.length * item[0].price - (displayNetTicketPrice && !isNaN(item.length * item[0].tax) ? item.length * item[0].tax + modifierTax: 0), "c", theaterCulture) %> |
<% if(index == 0){%>
<%= localize.other%>
<%} %> <%= item.name%> <%= Globalize.format(item.price, "c", theaterCulture)%><%}); %>
Subtotal
<%=Globalize.format(subtotal, "c", theaterCulture) %>
Tax
<%=Globalize.format(tax, "c", theaterCulture) %>
<%= localize.total%>
<%=Globalize.format(totalPrice, "c", theaterCulture) %>