#include "../common/head-css.ftl"/>
<#include "../common/header.ftl"/>
<#include "../common/account-menu.ftl"/>
class="act"#if>>
电影评价
class="act"#if>>
影院评价
<#if type==0>电影<#else>影院#if>
评分
评价内容
评价时间
<#if type == 0> <#list movieCommentList as movieComment>
${movieComment.movie.name}
${movieComment.content}
${movieComment.createTime}
#list> #if> <#if type == 1> <#list cinemaCommentList as cinemaComment>
${cinemaComment.cinema.name}
${cinemaComment.content}
${cinemaComment.createTime}
#list> #if>
<#if type == 0> <#if movieCommentList?? && movieCommentList?size gt 0> <#else>
暂无评论信息
#if> #if> <#if type == 1> <#if cinemaCommentList?? && cinemaCommentList?size gt 0> <#else>
暂无评论信息
#if> #if>
<#include "../common/footer-js.ftl"/> <#include "../common/footer.ftl"/>
${movieComment.movie.name}
${cinemaComment.cinema.name}