%page args="artist, image, shortbio, fullbio, stylesheet, datasource, album, art_links, alb_links, link_images, similar" /> <%! import re import cgi remove_links = re.compile ('?a[^>]*> ',re.VERBOSE) def cleanup(text): if text is None: return _("No information available") text = remove_links.sub ('', text) text = text.replace('\n', '
') return text %>
%if error is None:${shortbio}
|
${entry['name']} ${entry['similarity']}% ${ _("similar") } |
${datasource}
%else:${error | h}
%endif