%inherit file="base.html" /> <%def name="body()">
| <%-- Changed ID to class --%> %if type == 'album': | Album Name | Artist Name | Format | Tracks | Date | Score | Artist Name | Score | %else:Series Name | Type | Score | %endif|||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| <%-- Changed ID to class --%>
<%-- Using data-src for lazy loading. onerror will handle the tryCCA fallback. --%>
|
%elif type == 'artist':
<%-- Changed ID to class --%>
<%-- Assuming artists might also have an image, or it will be a generic icon. --%>
|
%else:
<%-- No artwork for series --%> %endif %if type == 'album': | ${result['title']} | ${result['uniquename']} | ${result['formats']} | ${result['tracks']} | ${result['date']} | ${result['uniquename']} | ${result['uniquename']} | ${result['type']} |