{% trans "Appreciation Message" %}
{{ appreciation.message_en|linebreaks }}
{% if appreciation.message_ar %}{% trans "Arabic" %}
{{ appreciation.message_ar|linebreaks }}
{% trans "Submitted By" %}
{% trans "Name" %}
{{ metadata.submitted_by_name }}
{% trans "Phone" %}
{{ metadata.submitted_by_phone }}
{% trans "Email" %}
{{ metadata.submitted_by_email }}
{% trans "Staff Mentioned" %}
{{ metadata.staff_name_mentioned }}
{% trans "Assigned To" %}
{{ appreciation.get_recipient_name }}
{% if appreciation.department %}{{ appreciation.department.name }}
{% endif %}{% trans "Sent" %}
{% trans "Sent At" %}
{{ appreciation.sent_at|date:"Y-m-d H:i" }}
{% trans "To Manager" %}
{% if appreciation.send_to_manager %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %}
{% trans "To Department" %}
{% if appreciation.send_to_department %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %}
{% trans "Custom Message" %}
{{ appreciation.custom_message }}
{% trans "CC" %}
{% trans "Acknowledged on" %} {{ appreciation.acknowledged_at|date:"Y-m-d H:i" }}