${movie.name} ${movie.rate!"0"}
${movie.abs!"暂无信息"}
导演: ${movie.directedBy}
主演: ${movie.actor}
语言: ${movie.language.getName()}
片长: ${movie.time} 分钟
上映: ${movie.showTime}
剧情: ${movie.info}
-
<#if movie.video?? && movie.video?length gt 0>
-
-
<#if pic_index gt 2> <#break> #if>
#list>
剧照: ${movie.pictureList?size}
视频: <#if movie.video?? && movie.video?length gt 0>1<#else>0#if>
-
<#if distinctCinemaHallSessionList?size == 0>
暂无影院
<#else>
<#list distinctCinemaHallSessionList as cinemaHallSession>
<#if ylrc_area??>
<#if ylrc_area.id == cinemaHallSession.cinema.area.cityId>
- ${cinemaHallSession.cinema.name} #if> <#else>
- ${cinemaHallSession.cinema.name} #if> #list> #if>
-
<#if distinctShowDateCinemaHallSessionList?size == 0>
暂无排期
<#else>
<#list distinctShowDateCinemaHallSessionList as cinemaHallSession>
<#if ylrc_area??>
<#if ylrc_area.id == cinemaHallSession.cinema.area.cityId>
- ${cinemaHallSession.showDate} #if> <#else>
- ${cinemaHallSession.showDate} #if> #list> #if>
<#list topMovieList as topMovie>-
#list>
<#if topMovie.name?length gt 25> ${topMovie.name?substring(0,25)}... <#else> ${topMovie.name} #if>
${topMovie.abs!"暂无"}