<% if(warning) { %>
<%= warning %>
<% } else if(performance.get('variableSeatPricing')) { %>
<%= localize.notificationText %>
<% } %>

<%=movie.get('name') %>

<%=theater.get('name') %>
<% if(window.appConfig.DisplayAuditoriumName) { %>
<%= performance.get('auditorium') %>
<% } %> <% var sdate = DtHelper.convertDate(performance.get('showTime')); var time = Globalize.format(sdate, 't', theater.get('culture')); var ddate = Globalize.format(sdate, 'M', theater.get('culture')); %> <%=time + ' ' + dateFormat(sdate, 'ddd') + ', ' + ddate + ' ' + performanceToday %>
<% if(movie.get('rating')){%><%=movie.get('rating') %><%}%> <%_.each(HtmlHelper.getCinemaStandards(performance.attributes), function(standard){%> <%=standard%> <%});%> <%_.each(HtmlHelper.getCinemaAssistiveExperiences(performance.attributes), function(experience){%> <%=experience%> <%});%> <%if(performance.get('isReservedSeating')) { %> <%} %> <%if(!performance.get('passesAllowed')) {%> <%= localize.noPasses %> <%} %>
<%if(appConfig.SiteURL){ %> <%= localize.facebookShare %> <%} %>
<% var hasSubscription = _.any(tickets.models, function (ticket) { return (ticket.get('discountFlag') && ticket.get('ticketValidationRuleId') != 99) && ticket.get('price') > 0; }); var ctmTicket; _.each(tickets.models, function (ticket) { ctmTicket = ticket.get('pricedTicketRequired'); if(!ticket.get('isOnHoldTicketType')) { %>
<%=ticket.get('name') %>
<%if(ticket.get('discountFlag') && ticket.get('ticketValidationRuleId') != 99){%> <%= localize.coupon %> <%}%> <%if(!ticket.get('discountFlag') || ticket.get('ticketValidationRuleId') == 99 || (ticket.get('discountFlag') && ticket.get('ticketValidationRuleId') != 99 && ticket.get('price') > 0)){%> <%= Globalize.format((ticket.get('price') * (ticket.get('volume') || 1)) - (theater.get("displayNetTicketPrice") ? (ticket.get('tax') * (ticket.get('volume') || 1)) : 0), "c", theater.get('culture')) %> <%= localize.ea %> <%}%> <%if(theater.get("displayNetTicketPrice")){%> <% } %>
<% var cssStyle = ''; if(ticket.get("quantity") == 0) { cssStyle = ' style="display: none;"'; } %> data-ticket-type="<%=ticket.get('id') %>" data-iconpos="notext" data-inline="true" data-mini="true">
<%= ticket.get("quantity") %>
<% if(ticket.get('description') && ticket.get('description') != ''){ %> (<%=ticket.get('description')%>) <% } %>
<% } %> <% }); %>
<% var serviceChargeAmount = configurationProvider.serviceChargeAmount(); if (serviceChargeAmount) { %>
<%= tickets.getTicketServiceChargeMessage(theater.get('culture'))%>
"> <%=tickets.getTicketServiceChargeDisplay(theater.get('culture')) %>
<% } %> <%if (theater.get("displayNetTicketPrice")) { %>
<%=Globalize.format(total - tickets.getTotalTax(), "c", theater.get('culture')) %>
<%=Globalize.format(tickets.getTotalTax(), "c", theater.get('culture')) %>
<% } %>
<%= localize.total %>
"> <%=Globalize.format(total, "c", theater.get('culture')) %>
<%if(configurationProvider.useLoyalty(theater)){%> <%if(loyalty != null){ %>
<%=loyalty.name %> ...<%=loyalty.number %>
<%}else if(!loyaltyNumber) { %>
<%= localize.loyaltyCard %>
<%} var number = loyaltyNumber ? loyaltyNumber.substring(loyaltyNumber.length - 4, loyaltyNumber) : ''; var display = loyaltyNumber ? '' : 'none';%>
<%= localize.loyaltyCard%> ...<%= number%>
<%} %> <%if(enableHold){%>
<%= localize.holdExtraSeats %><%= localize.free %>
<%} %>
<%= localize.selectSeats %> <%= localize.continueToCheckout %>