<%= localize.seatFeesTitle%>

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