16 lines
584 B
Plaintext
16 lines
584 B
Plaintext
{% trans "Hello" %} {{ user_name }},
|
|
|
|
{% trans "This is a friendly reminder for your upcoming schedule" %}:
|
|
|
|
{% trans "Purpose" %}: {{ schedule_purpose }}
|
|
{% trans "Scheduled At" %}: {{ scheduled_at }}
|
|
{% trans "Type" %}: {{ schedule_type }}
|
|
{% if customer_name != 'N/A' %}{% trans "Customer" %}: {{ customer_name }}{% endif %}
|
|
{% if notes %}{% trans "Notes" %}: {{ notes }}{% endif %}
|
|
|
|
{% trans "Please be prepared for your schedule" %}.
|
|
|
|
{% trans "Thank you" %}!
|
|
---
|
|
{% trans " The Team at Tenhal" %}
|
|
{% trans "This is an automated reminder. Please do not reply to this email" %}. |