<%inherit file="base.html" /> <%! import headphones import json from headphones import db, helpers myDB = db.DBConnection() artist_json = {} counter = 0 artist_list = myDB.action("SELECT ArtistName from artists ORDER BY ArtistName COLLATE NOCASE") for artist in artist_list: artist_json[counter] = artist['ArtistName'] counter+=1 json_artists = json.dumps(artist_json) %> <%def name="headerIncludes()">
« Back to manage overview <%def name="body()">

manageManage Unmatched Albums

<% count_albums=0 %> %for album in unmatchedalbums: <% count_albums+=1 %> %endfor
Local Artist Local Album Match Artist Match Album
${album['ArtistName']}
${album['AlbumTitle']}
<%def name="headIncludes()"> <%def name="javascriptIncludes()">