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

Wanted Albums

Mark selected albums as
%for album in wanted: %endfor
Artist Album Name Release Date Type
${album['ArtistName']} ${album['AlbumTitle']} ${album['ReleaseDate']} ${album['Type']}

Upcoming Albums

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