{$params.title}

{ticket} {$locked = $params.locked eq 'y'}
{foreach $dates as $date => $votes} {/foreach} {foreach $rows as $voter => $row} {$editThisUser = ($canAdmin or ($canEdit and $user eq $voter)) and not $locked} {foreach $row as $stamp => $vote} {if $vote gt 0} {$class = 'convene-ok text-center alert-success'} {$icon = 'ok'} {elseif $vote lt 0} {$class = 'convene-no text-center alert-danger'} {$icon = 'remove'} {else} {$class = 'convene-unconfirmed text-center alert-light'} {$icon = 'help'} {/if} {if $comments[$stamp][$voter] eq ""} {$voteComment = "{tr}No Comment{/tr}"} {else} {$voteComment = "{tr}Comment{/tr} : "|cat:$comments[$stamp][$voter]} {/if} {/foreach} {foreachelse} {/foreach} {foreach $votes as $stamp => $total} {/foreach}
{if not $locked} {if $canEdit} {/if} {else} {icon name='lock'} {/if}
{$autolockMessage}
{$dateLabels[$date].formatted}
{if $canAdmin and not $locked} {/if}
{if $editThisUser}
{/if}
{$voter|userlink}
{if $params.avatars eq 'y'}
{$voter|avatarize}
{/if}
{icon name=$icon size=2 iclass='tips' ititle="{tr}Vote value{/tr} $vote:$voteComment " }
{if $canEdit}
{/if}
{$user|userlink}
{if $params.avatars eq 'y'}
{$user|avatarize}
{/if}
{if not $locked} {if $canAdmin}
{elseif $canEdit}
{/if} {/if}
{$total} {if in_array($stamp, $topVoteStamps)}   {icon name='ok' iclass='alert-success tips' ititle=':{tr}Selected Date{/tr}'} {if $canAddEvents and count($topVoteStamps) eq 1 and $total gte $params.minvotes} {icon name='calendar' iclass='tips' ititle=':{tr}Add as Calendar Event{/tr}'} {/if} {/if}