<%=self.lang.hotel_policy%>

<%= self.isBCD?(self.lang.reservation_policy+'/'+self.lang.cancel_policy+'/'+self.lang.guarantee_policy):(self.lang.hotel_policy+self.lang.colon)%>
<%if(!self.isBCD){%>
<%//针对需要显示注意事项的用户 add zcy 2015-01-20 if(self.isShowHotelAttention && self.isShowHotelAttention==1){ if(self.isHotelAttentionOnly && self.isHotelAttentionOnly=='Y'){%> <% if(!self.self.utils.ifEmpty(self.hotelRatePlanInfoList.hotelAttentionNote)){ %>

<%=self.lang.hotel_attention+self.lang.colon%><%=self.hotelRatePlanInfoList.hotelAttentionNote%>

<%}%> <%}else{%> <% if(!self.utils.ifEmpty(self.hotelRatePlanInfoList.guaranteePolicies)||!self.utils.ifEmpty(self.hotelRatePlanInfoList.newGuaranteePolicies)){ %>

<%=self.lang.guarantee_policy+self.lang.colon%><%=self.hotelRatePlanInfoList.newGuaranteePolicies?self.hotelRatePlanInfoList.newGuaranteePolicies:self.hotelRatePlanInfoList.guaranteePolicies%>

<%}%> <% if(!self.utils.ifEmpty(self.hotelRatePlanInfoList.cancelPolicies)){ %>

<%=self.lang.cancel_policy+self.lang.colon%><%=self.hotelRatePlanInfoList.cancelPolicies%>

<% } %> <% if(!self.utils.ifEmpty(self.hotelRatePlanInfoList.hotelAttentionNote)){ %>

<%=self.lang.hotel_attention+self.lang.colon%><%=self.hotelRatePlanInfoList.hotelAttentionNote%>

<%}%> <%}%> <%}else{%> <% if(!self.utils.ifEmpty(self.hotelRatePlanInfoList.guaranteePolicies)||!self.utils.ifEmpty(self.hotelRatePlanInfoList.newGuaranteePolicies)){ %>

<%=self.lang.guarantee_policy+self.lang.colon%><%=self.hotelRatePlanInfoList.newGuaranteePolicies?self.hotelRatePlanInfoList.newGuaranteePolicies:self.hotelRatePlanInfoList.guaranteePolicies%>

<%}%> <% if(!self.utils.ifEmpty(self.hotelRatePlanInfoList.cancelPolicies)){ %>

<%=self.lang.cancel_policy+self.lang.colon%><%=self.hotelRatePlanInfoList.cancelPolicies%>

<%}%> <%}%>
<%}else{//BCD酒店政策%> <% if(!self.utils.ifEmpty(self.hotelSummaryInfo.policy)){ %>
<%=self.hotelSummaryInfo.policy%>
<%}%> <%}%>