{if $show_in_popup} Like
{* screen/hide the multilike inline, so that it only shows in the popup *} {/if}
{if $show_likes} {/if} {if $uses_values && $show_points}
{$totalPoints}
Points
{/if}
{if $show_in_popup}
{jq} $('a.btn-multilike').click(function(){ $(this).popover({ content: $($(this).data('target')), placement: $(this).data('placement'), html: true }); $(this).popover("toggle"); }); {/jq} {/if}