<%inherit file="base.html" /> <%! import headphones from headphones import db, helpers myDB = db.DBConnection() %> <%def name="headerIncludes()">
« Back to Unmatched Albums <%def name="body()">

Manage Manually Matched Albums

<% count_albums=0 %> %for album in manualalbums: <% old_artist_clean = album['ArtistName'].replace('&','%26').replace('+', '%2B').replace("'","%27") old_album_clean = album['AlbumTitle'].replace('&','%26').replace('+', '%2B').replace("'","%27") %> <% count_albums+=1 %> %endfor
Local Artist Local Album Previous Action
${album['ArtistName']}
${album['AlbumTitle']}
${album['AlbumStatus']}
<%def name="headIncludes()"> <%def name="javascriptIncludes()">