{foreach from=$comments item=cComment} {assign var='thisCommentVotesUp' value=0} {assign var='thisCommentVotesDown' value=0} {foreach from=$commentVotesUp item=cCVU} {if $cCVU.vote_post eq $cComment->data.post_id} {assign var='thisCommentVotesUp' value=$cCVU.vote_total} {/if} {/foreach} {foreach from=$commentVotesDown item=cCVU} {if $cCVU.vote_post eq $cComment->data.post_id} {assign var='thisCommentVotesDown' value=$cCVU.vote_total} {/if} {/foreach}