<%inherit file="base.html" /> <%def name="body()">

OUpcoming Albums

%for album in upcoming: %endfor
Artist Album Name Release Date Type
${album['ArtistName']} ${album['AlbumTitle']} ${album['ReleaseDate']} ${album['Type']}

Mark selected albums as

NWanted Albums

%for album in wanted: %endfor
Artist Album Name Release Date Type
%if album['Status'] == 'Wanted': / %else: * %endif
${album['ArtistName']} ${album['AlbumTitle']} ${album['ReleaseDate']} ${album['Type']}
<%def name="headIncludes()"> <%def name="javascriptIncludes()">