diff --git a/mozilla/webtools/bugzilla/template/en/default/attachment/list.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/attachment/list.html.tmpl index 0b42c0c3cd5..b395302449e 100644 --- a/mozilla/webtools/bugzilla/template/en/default/attachment/list.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/attachment/list.html.tmpl @@ -22,7 +22,7 @@
- + @@ -33,11 +33,13 @@ [% canseeprivate = !Param("insidergroup") || UserInGroup(Param("insidergroup")) %] + [% count = 0 %] [% FOREACH attachment = attachments %] [% IF !attachment.isprivate || canseeprivate %] + [% count = count + 1 %]
AttachmentAttachment Type Creator CreatedActions
- [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] + [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %]