{include file="common/head.tpl.html" html5=true}
{cssbutton->image script="parent.widgets.month.set_index(`$month_prev`);parent.widgets.year.set_index_by_value(`$year_prev`);parent.document.overview.submit();" name="back" icon_left="arrow-left" string="`$lang.global_back`" height=19} {$month_name} {$year} {cssbutton->image script="parent.widgets.month.set_index(`$month_next`);parent.widgets.year.set_index_by_value(`$year_next`);parent.document.overview.submit();" name="fwd" icon_right="arrow-right" string="`$lang.global_next`" height=19}
{if $month_name == ''} {/if} {foreach key=uid item=user from=$users} {/foreach}
 
{$lang.global_name} {$lang.cycleplan_academic_year_short} {$lang.cycleplan_profession}
{$user.name}
{$user.year}
{$user.prof}
{if $month_name == ''} {foreach key=dayofyear item=day from=$day_array} {if $day.day_of_month == 1} {/if} {/foreach} {/if} {foreach key=dayofyear item=day from=$day_array} {/foreach} {foreach key=uid item=user from=$users} {foreach key=dayofyear item=day from=$user.days} {if $day.display} {/if} {/foreach} {/foreach}
{$day.month_name}
{if $day.day_of_month < 10}0{/if}{$day.day_of_month}
{if $day.text} {$day.text} {else}   {/if}
{include file="common/foot.tpl.html"}