__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 %]
| val | reason | moderator | time | |
|---|---|---|---|---|
| [% comment.val %] | [% constants.reasons.${comment.reason} %] | [% comment.nickname %] ([% comment.uid %]) | [% comment.ts %] | [% IF comment.active %] [% ELSE %] inactive [% END %] |