{% extends 'base/layout.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% load i18n %} {% comment %} Blocks: message_extra: Supplementary warning message content Context: model: The model class of the objects being deleted form: The bulk delete form class table: The table class for rendering list of objects being deleted return_url: The URL to which the user is redirected after submitting the form {% endcomment %} {% block title %} {% trans "Delete" %} {{ table.rows|length }} {{ model|meta:"verbose_name_plural"|bettertitle }}? {% endblock %} {% block content %}