{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Delete selected" %} ยท Paxalia{% endblock %} {% block page_title %}{% trans "Delete selected" %}{% endblock %} {% block page_subtitle %}{% trans "Confirm this bulk destructive operation" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% trans "Review the selection before confirming. The registered ModelAdmin delete_queryset behavior and Django's normal deletion semantics will be used." %}
{% trans "Only proceed after confirming that the selected records are safe to remove." %}
{% trans "No objects remain selected." %}
{% endfor %}{% if remaining_count %}{% blocktrans with count=remaining_count %}Plus {{ count }} additional records not displayed here.{% endblocktrans %}
{% endif %}