{/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'}