{% extends "base.html" %} {% block content %}
{% csrf_token %}

Delete selected {{ opts.verbose_name_plural }}

Are you sure you wish to delete these {{ opts.verbose_name_plural }}? ({{ queryset.count }})

Warning!: Related data that depends on these objects will also be deleted.
Whoa!, don't do it!
{% endblock content %}