{% extends 'admin_base.html.twig' %} {% block title %}Antworten: {{ email.subject }}{% endblock %} {% block header_title %}E-Mail beantworten{% endblock %} {% block stylesheets %} {% endblock %} {% block content %}
Original E-Mail
{{ email.fromDisplayName|first|upper }}
{{ email.fromDisplayName }}

{{ email.fromEmail }}

{{ email.receivedAt|date('d.m.Y H:i') }}

{{ email.subject }}
{{ email.body|slice(0, 500) }}{% if email.body|length > 500 %}...{% endif %}
Antwort verfassen
Verfügbare Platzhalter:
{{ "{{customer_name}}" }} - Name des Kunden
{{ "{{appointment_date}}" }} - Termindatum
{{ "{{appointment_time}}" }} - Terminzeit
{{ "{{location}}" }} - Standort
Abbrechen

E-Mail wird gesendet...

{% endblock %} {% block javascripts %} {% endblock %}