{if $hubbub->hubbub_arrOptions.votesInProfile || $viewUser->data.user_id eq $user->data.user_id} {foreach from=$votes item=cVote}
{if $viewUser->data.user_id eq $user->data.user_id}{"You"|gettext}{else}{$viewUser->getDisplayName()}{/if} {"voted on"|gettext}{*{if $cVote->data.vote_direction eq 1}up{else}down{/if}*} {if $cVote->joined.obj_vote_post->data.post_topparent eq 0} {"the idea"|gettext} {$cVote->joined.obj_vote_post->data.post_title} {else} {assign var='topParentId' value=$cVote->joined.obj_vote_post->data.post_topparent} {assign var='topParent' value=$topParents.$topParentId} {"a comment on the idea"|gettext} {$topParent->data.post_title} {/if}