{if $calendar_type eq "tiki_actions"}
{$cellhead} {if isset($infocals.$cellcalendarId.custompriorities) and $infocals.$cellcalendarId.custompriorities eq 'y' and $cellprio} {$cellprio} {/if}
{/if} {if $group_by_item ne 'y'} {if $allday} {$cellstart|tiki_short_date} {if $cellend - $cellstart >=86400}– {$cellend|tiki_short_date}
{/if} ({tr}All day{/tr}) {else} {if ($cellend - $cellstart < 86400)} {$cellstart|tiki_short_time} – {$cellend|tiki_short_time} {else} {$cellstart|tiki_short_date} ({$cellstart|tiki_short_time}) – {$cellend|tiki_short_date} ({$cellend|tiki_short_time}) {/if} {/if}
{/if} {$cellname|escape}

{tr}Created by:{/tr}{$celluser}

{if $show_description eq 'y'}

{$celldescription|truncate:250:'...'}

{tr}Created by:{/tr}{$celluser}

{/if} {if isset($show_participants) and $show_participants eq 'y' and isset($cellparticipants) and $cellparticipants} {tr}Organized by:{/tr} {$cellorganizers}
{tr}Participants:{/tr} {$cellparticipants}

{/if} {* need to check $cellCalendarId separately to eliminate notice fro some reason *} {if isset($cellcalendarId) and isset($infocals.$cellcalendarId.custompriorities) and $infocals.$cellcalendarId.custompriorities eq 'y' and $cellprio} {tr}Priority:{/tr} {$cellprio}
{/if} {if isset($show_category) and $show_category eq 'y' and isset($infocals.$cellcalendarId.customcategories) and $infocals.$cellcalendarId.customcategories eq 'y' and $cellcategory} {tr}Classification:{/tr} {$cellcategory|escape}
{/if} {if isset($show_location) and $show_location eq 'y' and isset($infocals.$cellcalendarId.customlocations) and $infocals.$cellcalendarId.customlocations eq 'y' and $celllocation} {tr}Location:{/tr} {$celllocation|escape}
{/if} {if isset($show_url) and $show_url eq 'y' and isset($infocals.$cellcalendarId.customurl) and $infocals.$cellcalendarId.customurl eq 'y' and $cellurl} {tr}Website:{/tr} {$cellurl|truncate:32:'...'}
{/if} {if isset($show_calname) and $show_calname eq 'y' and $cellcalname} {tr}Calendar:{/tr}  {$cellcalname|escape} 
{/if}
{if isset($show_status) and $show_status eq 'y'}
{if $cellstatus eq 0} {tr}Tentative{/tr} {elseif $cellstatus eq 1} {tr}Confirmed{/tr} {elseif $cellstatus eq 2} {tr}Cancelled{/tr} {/if}
{/if}