%include include/header title=="Edit Artist">
Edit Artist
Groups
<%foreach artist.groups group|sort>
<%foreachelse>
This artists does not belong to any groups.
<%/foreach>
Add a Group
Tracks
<%foreach artist.tracks track>
<%first>
<%/first>
- <%track.name|html> edit
<%last>
<%/last>
<%foreachelse>
This artist does not yet have any tracks.
<%/foreach>
Add a New Track
<%include include/admin.add-track>
<%include include/footer>