forked from HPR/hpr-tools
Moved project directories and files to an empty local repo
This commit is contained in:
21
Comment_system/process_comments.tpl
Normal file
21
Comment_system/process_comments.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
[%# 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
|
||||
-%]
|
Reference in New Issue
Block a user