{% 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 add to the songs below:

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

Artists will be added to the following songs:

{{ song }}
{% endblock %}