• {$p.PLN_NAME}
    {$lang_list.Available} {$p.PLN_START} {$lang_list.ConnectionWord2} {$p.PLN_END}
  • {if $p.THUMB_LIST}
    {foreach from=$p.THUMB_LIST key="i" item="t"}
    {$p.PLN_NAME}
    {$p.PLN_NAME}
    {/foreach}
    {/if} {if $p.CONDITIONS}
    {foreach from=$p.CONDITIONS item="condition"} {$condition.name} {/foreach}
    {/if}
    {if $p.PLN_CAP_PC_LIGHT} {$p.PLN_CAP_PC_LIGHT|nl2br} {elseif $p.PLN_CAP_PC} {$p.PLN_CAP_PC|strip_tags|truncate:400} {else} {$lang_list.MoreInfo} {/if}

    {$lang_list.Breakfast}

    {$p.PLN_BRK_NAME}

    {if $p.BRK_THUMB_LIST}
    {foreach from=$p.BRK_THUMB_LIST item="t" name=breakfirsts}
    {$p.PLN_BRK_NAME}
    {$p.PLN_BRK_NAME}
    {/foreach}
    {/if}

    {$lang_list.Dinner}

    {$p.PLN_DIN_NAME}

    {if $p.DIN_THUMB_LIST}
    {foreach from=$p.DIN_THUMB_LIST item="t" name=dinners}
    {$plan_list[customer].PLN_DIN_NAME}
    {$p.PLN_DIN_NAME}
    {/foreach}
    {/if}
    {foreach from=$p.ROOM_INFO item="r"} {if 0 < $r.PLN_CHG_PERSON1 && $r.PLN_MIN <= 1 && 1 <= $r.PLN_MAX} {/if} {if 0 < $r.PLN_CHG_PERSON2 && $r.PLN_MIN <= 2 && 2 <= $r.PLN_MAX} {/if} {if 0 < $r.PLN_CHG_PERSON3 && $r.PLN_MIN <= 3 && 3 <= $r.PLN_MAX} {/if} {if 0 < $r.PLN_CHG_PERSON4 && $r.PLN_MIN <= 4 && 4 <= $r.PLN_MAX} {/if} {if 0 < $r.PLN_CHG_PERSON5 && $r.PLN_MIN <= 5 && 5 <= $r.PLN_MAX} {/if} {if 0 < $r.PLN_CHG_PERSON6 && $r.PLN_MIN <= 6 && 6 <= $r.PLN_MAX} {/if}
    {$r.TYPE_NAME}
    1{$lang_list.PersonRoom} ¥{$r.PLN_CHG_PERSON1|number_format}{$lang_list.Price}
    2{$lang_list.PersonRoom} ¥{$r.PLN_CHG_PERSON2|number_format}{$lang_list.Price}
    3{$lang_list.PersonRoom} ¥{$r.PLN_CHG_PERSON3|number_format}{$lang_list.Price}
    4{$lang_list.PersonRoom} ¥{$r.PLN_CHG_PERSON4|number_format}{$lang_list.Price}
    5{$lang_list.PersonRoom} ¥{$r.PLN_CHG_PERSON5|number_format}{$lang_list.Price}
    6{$lang_list.PersonRoom} ¥{$r.PLN_CHG_PERSON6|number_format}{$lang_list.Price}
    {/foreach}
  • {$lang_list.Close}