[% IF itemobj.albumArtURI %]
-
[% END %]
[% "TITLE" | string; stringCOLON %]
[% itemobj.title | html %]
[% IF itemobj.artist %]
[% stringARTIST; stringCOLON %]
[% itemobj.artist | html %]
[% END %]
[% IF itemobj.album %]
[% stringALBUM; stringCOLON %]
[% itemobj.album | html %]
[% END %]
[% IF itemobj.genre %]
[% "GENRE" | string; stringCOLON %]
[% itemobj.genre | html %]
[% END %]
[% IF itemobj.duration %]
[% "LENGTH" | string; stringCOLON %]
[% itemobj.duration | html %]
[% END %]
[% IF itemobj.url %]
[% "URL" | string; stringCOLON %]
[% END %]
[% IF itemobj.blurbText %]
[% "COMMENT" | string; stringCOLON %]
[% itemobj.blurbText | html_line_break %]
[% END %]