{% extends "admin/layout.html" %} {% block title %}{{ _("Delete Import Dump") }}{% endblock %} {% block contents %}

{{ _("Delete Import Dump") }}

{% trans dump_title=dump.title|e %} Do you really want to delete the imported dump “{{ dump_title }}”? {% endtrans %}

{{ form.hidden_fields }}
{% endblock %}