feat: add template creation timestamps

This commit is contained in:
Marcel Peterkau
2026-06-21 22:41:53 +02:00
parent c58072fe45
commit 3c842f29a3
7 changed files with 56 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<office:text>
<text:p text:style-name="Title">{{organization.name}}</text:p>
<text:p>{{organization.address_line}} · {{organization.email}}</text:p>
<text:p>{{document.date}}</text:p>
<text:p>{{document.created_date}}</text:p>
<text:p>An {{member.full_name}} ({{member.number}})</text:p>
<text:p>{{member.address_line}}</text:p>
<text:p text:style-name="Heading">{{reminder.name}}</text:p>