__section__ default __description__ The printing of the comments * can_moderate = boolean for whether current user is eligible to moderate * comment = hashref of main comment to display (if cid is specified) * comments = big ol' arrayref of comments * next = hashref of next comment for "next" link * previous = hashref of previous comment for "previous" link * sid = story ID * cid = comment ID * pid = base parent ID * cc = number of siblings of this comment * lvl = what nesting level we're at * lcp = linkCommentPages value __title__ __page__ misc __lang__ en_US __name__ printCommComments __template__ [% USE Slash %] [% IF can_moderate %]
[% END %] [% IF cid %] [% Slash.dispComment(comment) %] [% IF previous %] <<[% Slash.linkComment(previous, 1) %] [% END %] [% IF previous && (comment.pid || next) %] | [% END %] [% IF comment.pid %] [% Slash.linkComment(comment, 1) %] [% END %] [% IF next && (comment.pid || previous) %] | [% END %] [% IF next %] [% Slash.linkComment(next, 1) %]>> [% END %] [% Slash.moderatorCommentLog(cid) %] [% END %] [% lcp %] [% IF lvl %] [% END %] [% Slash.displayThread(sid, pid, lvl, comments) %] [% IF lvl %] [% END %] [% lcp %] [% IF (can_moderate && user.mode != 'archive' && !user.state.comment_read_only) %]

Have you read the Moderator Guidelines yet? [% IF user.is_admin && constants.authors_unlimited %]
NOTE: Checked comments will be deleted. [% END %]

[% END %] __seclev__ 10000