{% extends "admin/base_site.html" %} {% block content %}
{% csrf_token %} {{ artist_formset.management_form }} {% for form in artist_formset %} {{ form }} {% endfor %}

Select up to ten artists to remove from the songs below:

{% for song in songs %} {% endfor %}

Artists will be removed from the following songs:

{{ song }}
{% endblock %}