[% PROCESS sub/date.html %] [% FOREACH comment IN comments %]
[% INCLUDE include/user_profile.html user = comment.author %] |
[% comment.title %]
[% IF topic AND topic.closed; no_reply = 1; END %] [% IF forum.settings.can_post_replies AND forum.settings.can_post_replies == 'N'; no_reply = 1; END %] [% UNLESS no_reply %] ![]() ![]() ![]() ![]() |
[% INCLUDE 'sub/pager.html' pager = comments_pager %] |