{% extends "base.html" %} {% block title %}{{ _("Delete %s") % file.filename }}{% end block %} {% block content %}
{{ _("Do you really want to delete %(filename)s in %(path)s?") % { "filename" : file.filename, "path" : file.path } }}