{% extends "admin/layout.html" %} {% block title %}{{ _("Delete Import Dump") }}{% endblock %} {% block contents %}
{% trans dump_title=dump.title|e %} Do you really want to delete the imported dump “{{ dump_title }}”? {% endtrans %}