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

Manage Artists

selected artists

%for artist in artists: <% if artist['Status'] == 'Paused': grade = 'X' elif artist['Status'] == 'Loading': grade = 'C' else: grade = 'Z' %> %endfor
Artist Name Status
${artist['ArtistName']} ${artist['Status']}
<%def name="headIncludes()"> <%def name="javascriptIncludes()">