__section__ default __description__ Prints table detailing history of moderation of a comment (SOMETHING ABOUT THIS IS BROKEN) * mod_admin = boolean for if current user is an admin * comments = arrayref of hashref of moderated comments (val, reason, uid, nickname) * reasonTotal = total moderations * reasonHist = arrayref of number of moderations at each reason __title__ __page__ misc __lang__ en_US __name__ modCommentLog __template__ [% IF mod_admin %] [% IF comments.size > 0 %] [% FOREACH comment = comments %] [% END %] [% END %]
val reason moderator time  
[% comment.val %] [% constants.reasons.${comment.reason} %] [% comment.nickname %] ([% comment.uid %]) [% comment.ts %] [% IF comment.active %]   [% ELSE %] inactive [% END %]
[% END %] [% IF reasonTotal %] Moderation Totals: [% FOREACH i = [0 .. reasonHist.max] %] [% IF reasonHist.$i %] [% constants.reasons.$i %]=[% reasonHist.$i %], [% END %] [% END %] Total=[% reasonTotal %]. [% END %] __seclev__ 10000