[%
title = 'Releases' ;
htmltitle = title ;
crumb2_name = 'Home' ;
crumb2_href = '/' ;
crumb1_name = 'Releases' ;
%]
To download and listen to the MP3s, please click the title of the track, and save to you local computer.
[% FOREACH type = types %]
[% count = 1 %]
[% FOREACH item = releases %]
[% IF item.reltypeid == type.reltypeid %]
[% IF item.publish == 3 %]
[% IF item.data.data.link %]
[% END %]
[% item.title %] ([% item.postyear %])
[% block = article.body %]
[% INCLUDE "articles/arts-block.html" %]
[% IF item.lyrics %]
[% FOREACH lyric = item.lyrics %]- [% lyric.title %]
[% END %]
[% ELSE %]
No tracks listed for this release.
[% END %]
[% END %]
[% END %]
[% END %]
[% END %]