{% if isDemo %}
Achtung: Diese E-Mail stammt von einem Testserver!
{% endif %}{% if brand === 'medikonsil-direkt' %}
{{ brandFormatted }}
{% elif brand === 'reha-aktiv' %}
{{ brandFormatted }}
{% elif brand === 'medipolis' %}
{{ brandFormatted }}
{% elif brand === 'custom' %}
{{ brandFormatted }}
{% else %}
arzt-direkt
{% endif %}{% if appointmentStatus.state === 'success' %}
OK{{ appointmentStatus.text }}
{% elif appointmentStatus.state === 'warning' %}
(!){{ appointmentStatus.text }}
{% elif appointmentStatus.state === 'error' %}
(X){{ appointmentStatus.text }}
{% else %}
(Info){{ appointmentStatus.text }}
{% endif %}{% if appointmentStatus.state === 'success' %}
Buchung erfolgreich
{% elif appointmentStatus.state === 'warning' %}
Termin verschoben
{% elif appointmentStatus.state === 'error' %}
Buchungsanfrage abgebrochen
{% else %}
Buchung Information
{% endif %}

{{salutation.address}}

{{salutation.info}}

{{details.header}}

{% if instanceAddress and not isOnlineConsultation %}{% endif %}{% if tlnames and not isOnlineConsultation %}{% endif %}{% if instanceEmail %}{% endif %}{% if instanceWebsite %}{% endif %}
{{details.appointmentType}}:{{ taname }}
{{details.date}}:{{ startDay }}
{{details.time}}:{{ startTime }}
{{details.address}}:{{instanceAddress.zip}} {{instanceAddress.city}}
{{instanceAddress.street}}
{{details.location}}:{{ tlnames }}
{{details.contact}}:{{ instancePhone }}
{{ instanceEmail }}
{{ instanceWebsite }}
{% if not isOnlineConsultation %}{% if allowClientCancellation and allowClientMove %}
{{actions.cancelOrMove}}
{{actions.buttonText}}
{% elif allowClientCancellation %}
{{actions.cancel}}
{{actions.buttonText}}
{% elif allowClientMove %}
{{actions.move}}
{{actions.buttonText}}
{% else %}
{{actions.appointmentStatus}}
{{actions.buttonTextShow}}
{% endif %}{% else %}{% if allowClientCancellation and allowClientMove %}
{{actions.cancelOrMove}}
{{actions.infoVss}}
{% elif allowClientCancellation %}
{{actions.cancel}}
{{actions.infoVss}}
{% elif allowClientMove %}
{{actions.move}}
{{actions.infoVss}}
{% else %}
{{actions.appointmentStatus}}
{{actions.infoVss}}
{% endif %}{% endif %}
 
{% if brand === 'medikonsil-direkt' %}
{% elif brand === 'reha-aktiv' %}
{% elif brand === 'medipolis' %}
{% else %}{% if emailType === 'patient' %}
{% endif %}
{% endif %}