{% extends "admin/base_site.html" %} {% load inline_action_tags %} {% block content %}

Edit sections for playlist: {{playlist.name}}

{% csrf_token %}{% render_inline_action_fields %} {% for section in sections %} {% endfor %}
Code Filename Artist Name Start-time Duration Group Tag NL

{{section.code}}

{{section.filename}}

{% if section.song %} {% endif %}
* Fill out both fields to create a new song object
{% endblock %}