{% set title = __("Delete topic") %} {% extends "base.twig" %} {% block content %}
{{ __("Are you sure you want to delete the topic %topic% including all posts and attachments?", { "topic": ctx.topic.title|e("html"), }) }}
{% endblock %}