<#include "../common/header.ftl"/>
<#include "../common/header-menu.ftl"/>

编辑影厅座位

<#if cinemaHallSeats??> <#list cinemaHallSeats as cinemaHallSeat> <#if cinemaHallSeat.x == 1> <#if cinemaHallSeat.x == cinemaHall.maxX> <#else> <#list 1..cinemaHall.maxY as y> <#list 1..cinemaHall.maxX as x>
<#if cinemaHallSeat.status == 1> <#if cinemaHallSeat.type == 1> <#else> <#else> <#if cinemaHallSeat.type == 1> <#else> ${cinemaHallSeat.y}排${cinemaHallSeat.x}座


${y}排${x}座


<#include "../common/footer.ftl"/>