{% extends "layouts/base.html" %} {% load i18n static %} {% block title %}{% trans "Appreciation" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ appreciation.created_at|date:"Y-m-d H:i" }} — {{ appreciation.hospital.name }}
{% 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 }}
{{ appreciation.message_en|linebreaks }}
{% if appreciation.message_ar %}{% trans "Arabic" %}
{{ appreciation.message_ar|linebreaks }}
{% trans "Summary (EN)" %}
{{ appreciation.ai_analysis.summary_en }}
{% trans "Summary (AR)" %}
{{ appreciation.ai_analysis.summary_ar }}
{% trans "Themes" %}
{% trans "Tone" %}
{{ appreciation.ai_analysis.tone }}{% trans "Suggested Response" %}
{{ appreciation.ai_analysis.suggested_response_en }}
{{ appreciation.get_recipient_name }}
{% if appreciation.department %}{{ appreciation.department.name }}
{% endif %}{% 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" }}