{{from gluon.tools import prettydate}} {{for comment in comments:}} {{pass}}
{{=MARKMIN(comment.body)}}
by {{=db.plugin_wiki_comment.created_by.represent(comment.created_by)}} {{=prettydate(comment.created_on)}}
{{if auth.user:}} {{=form.custom.begin}} {{=form.custom.widget.body}}{{=form.custom.submit}}{{=form.custom.end}} {{else:}} {{=form}} {{pass}}