feat: admin editable email templates

addresses #869eg7ptr
This commit is contained in:
Björn Fromme
2026-08-17 10:39:19 +02:00
parent 804dab335f
commit 3e08965e48
49 changed files with 1760 additions and 276 deletions
@@ -0,0 +1,10 @@
{% extends 'htmx_confirmation_modal.html.twig' %}
{% block content %}
<div class="pb-4">
Möchtest du den Text der E-Mail <em>{{ definition.label }}</em> wirklich auf den
Standardtext zurücksetzen? Deine Änderungen gehen dabei verloren.
</div>
{% endblock %}
{% block button_confirm %}Zurücksetzen{% endblock %}