Back

{$item->calendar->date->format('F Y')}

Forward  
{foreach from=$item->calendar->dayNames item='dayName'} {/foreach} {foreach from=$item->calendar->data item='day' name='days'} {if 0 !== $smarty.foreach.days.index && 0 === $smarty.foreach.days.index % 7}{/if} {/foreach}
{$dayName|htmlspecialchars}
{if $day.available}{$day.num}{else} {/if}
{foreach from=$day.marks item='mark' name='marks'} {if empty($mark)}
 
{else} {capture assign='eventClass'}event{if $mark.first} first{/if}{if $mark.last} last{/if} type-{$mark.event->type|htmlspecialchars}{/capture} {/if} {/foreach}