{% extends 'admin/layout.html.twig' %} {% block title %}Einstellungen - E-Mail-Texte{% endblock %} {% block content %}
| Betreff | Status | ||
|---|---|---|---|
| {{ definition.label }} | {{ emailText ? emailText.subject : definition.defaultSubject }} | {% if emailText %} Angepasst {% else %} Standard {% endif %} |
{% if emailText %}
{% endif %}
{{ icon('edit') }}
|