{% extends "layouts" ~ DIR ~ "default.twig" %} {% block title %}{{ "Delete Upload?" | translate }}{% endblock %} {% block content %}

{{ "Delete Upload?" | translate }}

{{ "“%s” will be permanently deleted." | translate | format(filename | fix) }}

{% endblock %}