diff --git a/src/Hydra/root/product-list.tt b/src/Hydra/root/product-list.tt
index 6dd264a5..89227424 100644
--- a/src/Hydra/root/product-list.tt
+++ b/src/Hydra/root/product-list.tt
@@ -47,6 +47,8 @@
RPM package [% product.name %]
[% CASE "deb" %]
Debian package [% product.name %]
+ [% CASE "iso" %]
+
ISO-9660 CD/DVD image [% product.name %]
[% CASE DEFAULT %]
File [% product.name %] of type [% product.subtype %]
[% END %]
diff --git a/src/Hydra/root/static/images/iso.png b/src/Hydra/root/static/images/iso.png
new file mode 100644
index 00000000..d64b7c6b
Binary files /dev/null and b/src/Hydra/root/static/images/iso.png differ