<%= localize.mapKeyTitle%>

<% var screen = parseInt(window.innerHeight) - 300;%> <% var screenHeight = screen + "px"; %>
<%= localize.seatType%>
<%= localize.additionalFeePerSeat%>
<%if(showRegular){%>
<%=localize.regular %>
<%=Globalize.format(0, "c", theater.get('culture')) %>
<%}%> <% _.each(zones, function (zone) { var zoneClass = zone.get('zoneClass') || 'default';%>
<%=zone.get('name') %>
<%=Globalize.format(zone.get('surchargeAmount'), "c", theater.get('culture')) %>
<% }); %>

<%= localize.available%>
<%= localize.yourSeat%>
<%if(configurationProvider.useHoldTickets(theater)){%>
<%= localize.heldSeat%>
<%}%> <%if(showLoveSeat){%>
<%= localize.loveSeat%>
<%}%> <%if(showWheelChair){%>
<%= localize.wheelchair%>
<%}%> <%if(showCompanion){%>
<%= localize.companion%>
<%}%>
X
<%= localize.unavailable%>
<%= localize.close%>