[% IF descend == 'true' %]
[% title | html %]
[% IF genre %][% IF genre != '*' %][% genre | html %][% END %][% END %]
[% IF artist %][% IF artist != '*' %][% artist | html %][% END %][% END %]
[% IF album %][% IF album != '*' %][% album | html %][% END %][% END %]
[% END %]
[% IF not descend %]
[% PROCESS _xml_song.html %]
[% END %]
[% IF descend %]
[% END %]
[% IF not descend %]
[% END %]
[% IF song_count %][% song_count %][% END %]
[% IF artist_count %][% artist_count %][% END %]
[% IF album_count %][% album_count %][% END %]