[% 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 %]  Reply
       [% END %]
       [% IF c.user_exists AND comment.author.user_id == c.user.user_id %]  Edit
       [% END %]
       [% IF c.user_exists AND roles.is_moderator %]  Delete
       [% END %]  [% date_format(comment.post_on) %] | 
| [% INCLUDE 'sub/pager.html' pager = comments_pager %] |