{{foreach from=$this->WK item=week }} {{/foreach}}
週別 日期起迄 學校大事
{{$week.No|string_format:"%02d"}} {{$week.st_day}}~{{$week.en_day}} {{foreach from=$this->unit item=unit}} {{foreach from=$week.event item=arr}} {{if $arr.important==1}} {{if $arr.unit==$unit}}
  • {{$arr.event}}
  • {{/if}} {{/if}} {{/foreach}} {{/foreach}}