22 lines
742 B
Smarty
22 lines
742 B
Smarty
|
[%# process_comments.tpl 2017-09-12 -%]
|
||
|
[%- USE wrap -%]
|
||
|
|
||
|
Comment to moderate ([% file %]):
|
||
|
################################################################################
|
||
|
Show: [% db.id %] by [% db.host %] released on [% db.date %]
|
||
|
entitled "[% db.title %]"
|
||
|
|
||
|
Author: [% comment.comment_author_name %]
|
||
|
Date: [% comment.comment_timestamp %]
|
||
|
Title: [% comment.comment_title %]
|
||
|
[% IF comment.justification.defined && comment.justification != 'Current Comment' -%]
|
||
|
Justification: [% comment.justification %]
|
||
|
[% END -%]
|
||
|
|
||
|
Text:
|
||
|
[% comment.comment_text FILTER wrap(80) %]
|
||
|
################################################################################
|
||
|
[%#
|
||
|
# vim: syntax=tt2:ts=8:sw=4:ai:et:tw=78:fo=tcrqn21
|
||
|
-%]
|