{$headline}
{foreach item=start key=id from=$base_table}
{if $id % 2 == 0} {math equation="x / 2" x=$id assign="hour"}
{if $hour < 10}0{/if}{$hour}
00
{/if}
{if $id == 0 && count($fdivs)}
{foreach item=div from=$fdivs}
{$div.html}
{/foreach}
{/if} {if $id == 24 && count($fdivs)}
{$lang.global_notes}
{/if}
{/foreach}
{foreach item=div from=$daydivs}
{$div.html}
{/foreach}