{% load django_umin_tags %}

Delete {{ count }} {{ model_name }}?

Are you sure you want to delete the following items? This action cannot be undone.

    {% for obj in queryset %}
  • {{ obj }}
  • {% endfor %}
{% csrf_token %} {% for obj in queryset %} {% endfor %}