From 7d685c5e64149e20c7dc8977f645e050be53ddfd Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Tue, 10 Dec 2024 17:15:10 +0100 Subject: Add classic theme --- src/application/templates/old/delete_topic.twig | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/application/templates/old/delete_topic.twig (limited to 'src/application/templates/old/delete_topic.twig') diff --git a/src/application/templates/old/delete_topic.twig b/src/application/templates/old/delete_topic.twig new file mode 100644 index 0000000..59d2a02 --- /dev/null +++ b/src/application/templates/old/delete_topic.twig @@ -0,0 +1,36 @@ +{% set title = __("Delete topic") %} + +{% extends "base.twig" %} + +{% block content %} + + + + + + + + + + + +
+

{{ __("Do you want to delete this topic?") }}

+
+ {{ __("Are you sure you want to delete the topic %topic% including all posts and attachments?", { + "topic": ctx.topic.title|e("html"), + }) }} +
+
+ + + +
+
+ + + +
+
+ +{% endblock %} -- cgit v1.2.3