{% 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 "Appreciation For" %}
{{ appreciation.get_recipient_name }}
{% if appreciation.department %}{{ appreciation.department.get_localized_name }}
{% endif %}{% trans "Sent" %}
{% trans "Sent At" %}
{{ appreciation.sent_at|date:"Y-m-d H:i" }}
{% trans "Custom Message" %}
{{ appreciation.custom_message }}
{% trans "Acknowledged on" %} {{ appreciation.acknowledged_at|date:"Y-m-d H:i" }}
{% trans "Appreciation Letter" %}
{% trans "Generate a formal letter of appreciation as a PDF." %}
{% trans "Download Letter" %}{% trans "Details" %}
{% trans "Status" %}
{{ appreciation.get_status_display }}
{% trans "Category" %}
{{ appreciation.category.get_localized_name }}
{% trans "Activated" %}
{{ appreciation.activated_at|date:"Y-m-d H:i" }}
{% trans "Department" %}
{{ appreciation.department.get_localized_name }}
{% trans "Recipient" %}
{{ appreciation.get_recipient_name }}
{% trans "Sent At" %}
{{ appreciation.sent_at|date:"Y-m-d H:i" }}
{% trans "Acknowledged" %} {{ appreciation.acknowledged_at|date:"Y-m-d H:i" }}