{* $Id$ *}
{if $listevents|@count eq 0}{norecords _colspan=4}{/if} {foreach from=$listevents item=event} {assign var=calendarId value=$event.calendarId} {/foreach}
{tr}Start{/tr} {tr}End{/tr} {tr}Name{/tr}
{if $event.allday}{tr}All day{/tr}{else}{$event.start|tiki_short_time}{/if}
{if $event.start|tiki_short_date:'n' ne $event.end|tiki_short_date:'n'} {/if}
{if $event.start ne $event.end and $event.allday ne 1}{$event.end|tiki_short_time}{/if}
{if $infocals.$calendarId.customfgcolor ne ''}{/if} {$event.name|escape}
{$event.parsed} {if $event.web}
> {if $infocals.$calendarId.customfgcolor ne ''}{/if} {/if}
{if $event.modifiable eq "y"} {actions} {strip} {icon name='edit' _menu_text='y' _menu_icon='y' alt="{tr}Edit{/tr}"} {icon name='remove' _menu_text='y' _menu_icon='y' alt="{tr}Remove{/tr}"} {/strip} {/actions} {/if}