{% extends 'admin/layout.html.twig' %} {% block title %}Einstellungen - E-Mail-Text bearbeiten{% endblock %} {% block content %}

{{ definition.label }}

{% include 'admin/system/email_text/_form.html.twig' %}
Vorschau
{# The pane refreshes itself from the form while the admin types, so the wording is checked before it is saved rather than after. #}
{% include 'admin/system/email_text/_preview.html.twig' %}
{# Deliberately a sibling of the swap target, not a child: hx-swap replaces the target's contents, which would carry the indicator away with them. #}
{% include '_partials/_spinner.html.twig' with { 'class': 'w-8 h-8' } %}
{% endblock %}