b688b16487ef2ca8ad7861d7c20da16a9f3f4448 changed the loop to use a local
variable instead of implicit declaration but didn't change the
use of the contents_avail hash key. This broke the "Files" column
to never display a file link.
[% "<td class='$version_class'>$d.version</td>" IF versions.multiple %]
<td class="size">[% d.pkgsize %] kB</td><td class="size">[% d.instsize %] kB</td>
<td>
-[% IF contents_avail %]
+[% IF d.contents_avail %]
[<a href="[% make_url(filelist_url) | uri %]">list of files</a>]
[% ELSE %]
no current information