<% 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 %>
<% if(selectedTickets.length > 0) { %>

<%= 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) {%>

<%= localize.concessions%>

<% _.each(concessions, function(item){ var modifierTax = 0 if(item[0].comboItems != undefined) { _.each(item[0].comboItems, function(comboItem) { _.each(comboItem.modifiers, function(item) { if(item.price!=0) modifierTax +=item.tax }); }); }%> <%}); %> <%}%>
<%=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) %>
<% _.each(otherItems, function (item, index) {%>
<% if(index == 0){%>

<%= localize.other%>

<%} %> <%= item.name%> <%= Globalize.format(item.price, "c", theaterCulture)%>

<%}); %>
<%if(displayNetTicketPrice && !isNaN(subtotal) && !isNaN(tax)){%>

Subtotal

<%=Globalize.format(subtotal, "c", theaterCulture) %>

Tax

<%=Globalize.format(tax, "c", theaterCulture) %>
<%}%>

<%= localize.total%>

<%=Globalize.format(totalPrice, "c", theaterCulture) %>