{% if actions == 'trash' %}
  • delete_forever
{% endif %} {% if actions == 'playlists' %}
  • playlist_add
{% endif %}
{% csrf_token %}

Create Playlist

{{form.name}}
{{form.type}}

Delete all items in the trash?

    Are you sure you want to permanently remove all items from the trash?
{% csrf_token %}