{{$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}}
|
{{/foreach}}