##
#if( $ctx.showAttendance )##
#set( $total = "$helpers.f2s($ctx.rank) out of $ctx.nvotes votes" )##
#else##
#set( $total = "$helpers.f2s($ctx.rank)" )##
#end##
##
#set( $myvote = "#if( !$ctx.myvote ) none yet#else $helpers.f2s($ctx.myvote)#end" )##
##
##
#if( !$ctx.haveRatingPermission )##
##
##
##
#if( $ctx.anonymous )##
#set( $msg = "alert('You need to be logged in and have write permissions to rate!')" )##
#else##
#set( $msg = "alert('You need write permissions to rate!')" )##
#end##
##
##
#foreach( $sym in $ctx.symbols )##
##
#end##
##
#if( !$ctx.rank ) (not rated yet)#else (total: $total)#end##
##
##
##
#else##
##
##
##
##
##
##
#if( !$ctx.rank ) (not rated yet)#else (total: $total; mine:$myvote)#end##
##
##
##
#end##