<%include include/header title=="Edit Artist">

Edit Artist

<%foreach artist.properties property> <%/foreach>

Groups

<%foreach artist.groups group>
<%group.name|html> edit
<%foreachelse>

This artists does not belong to any groups.

<%/foreach>

Add a Group

Add Group:

Tracks

<%foreach artist.tracks track> <%first> <%/last> <%foreachelse>

This artist does not yet have any tracks.

<%/foreach>

Add a New Track

<%include include/admin.add-track> <%include include/footer>