{% load form_helpers %} {% load helpers %} {% load i18n %}
{% blocktrans trimmed with object_type=model|meta:"verbose_name" %} Are you sure you want to delete this {{ object_type }}? {% endblocktrans %}
{{ row.record }}
{% blocktrans trimmed with count=object_count type_plural=model|meta:"verbose_name_plural" %} Are you sure you want to delete {{ count }} {{ type_plural }}? {% endblocktrans %}
{% trans "The following objects will be deleted as a result of this action." %}