The most recent three comments for each patch will be displayed below. To view all the comments for a particular patch, or to add a comment or make other changes, click on the patch name.

[% IF filter_text.size > 0 %]

[% FOREACH f = filter_text %][% f | html %][% END %]

[% END %] [% IF status_count_list.size > 0 %]

Status Summary. [% FOREACH sc = status_count_list %] [% sc.patch_status %]: [% sc.num_patches %][% IF !loop.last %],[% ELSE %].[% END %] [% END %] Total: [% total_count %].

[% END %] [% FOREACH g = patch_grouping %] [% IF g.patch_list.size > 0 || filter_text.size == 0 %]

[% g.name | htmlsafe %]

[% IF g.patch_list.size %]
[% FOREACH p = g.patch_list %] [% IF p.topic_header %] [% ELSE %] [% END %] [% END %]
Patch Name Status Author Reviewers [% IF g.closed %]Date Closed[% ELSE %]Last Activity[% END %]

[% p.commitfest_topic | htmlsafe %]

 [% p.name | htmlsafe %]
[% FOREACH c = p.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 %]
[% END %]
[% p.patch_status | htmlsafe %] [% p.author | htmlsafe %] [% IF p.reviewers != '' %][% p.reviewers %][% ELSE %]Nobody[% END %] [% IF g.closed %][% IF p.date_closed.defined %][% p.date_closed %][% ELSE %](None)[% END %][% ELSE %][% IF p.comment_list.defined && p.comment_list.-1.defined %][% p.comment_list.-1.creation_time %][% ELSE %](None)[% END %][% END %]
[% ELSE %]
No patches.
[% END %] [% END %] [% END %]