{% extends "admin/shortcuts.html" %} {% load i18n shortcuts %} {% get_shortcuts as shortcuts %} {% block extra_shortcuts %} {{ block.super }}

{% translate "Delete Confirmation" %}

{% for shortcut in shortcuts.delete_confirmation.values %}
{{ shortcut.0 }}
{% shortcut_format_kbd shortcut.1 %}
{% endfor %}
{% endblock %}