({*********})
|
タイトル
|
({$c_schedule.title})
|
({*********})
|
開 始
|
({$c_schedule.start_date|date_format:"%Y"}) 年
({$c_schedule.start_date|date_format:"%m"}) 月
({$c_schedule.start_date|date_format:"%d"}) 日
({if is_null($c_schedule.start_time)})
-- 時
-- 分
({else})
({$c_schedule.start_time|date_format:"%H"}) 時
({$c_schedule.start_time|date_format:"%M"}) 分
({/if})
|
({*********})
|
終 了
|
({$c_schedule.end_date|date_format:"%Y"}) 年
({$c_schedule.end_date|date_format:"%m"}) 月
({$c_schedule.end_date|date_format:"%d"}) 日
({if is_null($c_schedule.end_time)})
-- 時
-- 分
({else})
({$c_schedule.end_time|date_format:"%H"}) 時
({$c_schedule.end_time|date_format:"%M"}) 分
({/if})
|
({*********})
|
詳 細
|
({$c_schedule.body|nl2br})
|
({*********})
({if !$is_unused_schedule})
|
お知らせメール
|
({if $c_schedule.is_receive_mail})
受け取る
({else})
受け取らない
({/if})
|
({/if})
({*********})
|
|
({*********})