¿·ÃåCD [% WHILE (cd = cds.next) %] ID: [% cd.id %]
Title: [% cd.title | html %]
Artist: [% cd.artist | html %]
Date: [% cd.date %]
Price: [% cd.price %]

[% END %]