[% USE AutomagicLinks %] [% USE JavascriptEscape %] [% USE StringObfuscator %] [%# Screen for the add comment form. #%] [% PROCESS header.html.tmpl displaymenu = 0 version = version help = "x504.html#ADD-COMMENT" %]
Topic title: [% topic_title | html_entity %]. [% document_creation_time | html_entity %]

Enter new comment:
[% IF metrics != '' %]

[% FOREACH metric = metrics %] [% IF loop.index() % 4 == 0 %] [% END %] [% IF loop.index() % 4 == 3 || loop.last() %] [% END %] [% END %]
[% metric.name %]:     
[% END %]

Your email address:
Cc: (add other reviewers)

[%# Display a list of comments #%] [% FOREACH comment = comments %] [% FLUSH IF loop.count() % 10 == 1 %] [% IF loop.count() == 1 %] [% END %] [% END %]
Comments:
 
[% IF comment.line != '' %] [% comment.line %] [% END %] [% comment.author | html_entity %] [% comment.date | html_entity %]
[% comment.data | html_entity | $AutomagicLinks %]
[% IF context != '' %]

Context: (increase | decrease) [% context %] [% END %] [% PROCESS trailer.html.tmpl %]