{% extends "audiotracks/base.html" %} {% load i18n %} {% block body %} {% if user.is_authenticated %}

{% blocktrans with track.title as title %}Are you sure you want to delete "{{ title }}"? This can't be undone.{% endblocktrans %}

{% csrf_token %}
{% endif %} {% endblock %}