diff --git a/mozilla/webtools/bugzilla/template/en/default/request/queue.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/request/queue.html.tmpl index 4be33ca88a2..98a3316222f 100644 --- a/mozilla/webtools/bugzilla/template/en/default/request/queue.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/request/queue.html.tmpl @@ -173,14 +173,12 @@ to some group are shown by default.
[% ELSE %] [% FOREACH request = requests %] - [% IF loop.first %] [% PROCESS start_new_table %] [% END %] [% IF request.$group_field != group_value %] [% group_value = request.$group_field %] - [% UNLESS loop.first %] - - [% PROCESS start_new_table %] - [% END %] + [% PROCESS display_buglist UNLESS loop.first %] + [% PROCESS start_new_table %] [% END %] + [% buglist.${request.bug_id} = 1 %]