{% extends "sounds/_section.html" %} {% load paginator %} {% block title %}Delete {{pack.name}}{% endblock title %} {% block section_content %}

Delete {{pack.name}}

{% if waited_too_long %} Sorry, you waited too long, ... try again?

{% endif %} {% if pack.sounds.count %} NOTE: The sounds currently assigned to this pack won't be deleted.

{% endif %} If you are entirely sure you want to delete this pack, click here (link valid for 10 seconds only)

{% endblock %}