CommitFest [% d.commitfest | htmlsafe %]
Topic [% d.commitfest_topic | htmlsafe %]
Patch Status [% d.patch_status | htmlsafe %]
Author [% d.author | htmlsafe %]
Reviewers [% IF d.reviewers != '' %][% d.reviewers | htmlsafe %][% ELSE %]Nobody[% END %]
Committer [% IF d.committer != '' %][% d.committer | htmlsafe %][% ELSE %]Nobody[% END %]
Close Date [% IF d.date_closed != '' %][% d.date_closed | htmlsafe %][% ELSE %](None)[% END %]
Comments [% FOREACH c = patch_comment_list %]
[% IF c.message_id != '' %][% END %][% c.patch_comment_type | htmlsafe %][% IF c.message_id != '' %][% END %] by [% c.creator | html %] on [% c.creation_time | html %]: [% c.content | html | html_line_break %] [% IF authenticate.is_administrator || authenticate.userid == c.creator %] - Edit - Delete[% END %]
[% END %] [% IF patch_comment_list.size == 0 %]
No comments.
[% END %]

Add Comment

[% IF authenticate %] [% INCLUDE patch_comment_form.tt2 is_included='1' %] [% ELSE %]

Please log in to comment on this patch.

[% END %]