{% load i18n %} {% load static %} {{ complaint.reference_number }} - {% trans "Routing Rejected" %}
Al Hammadi Hospital

{% trans "Routing Rejected" %}

{% trans "The PX team has been notified that this complaint was sent to the wrong department. They will re-route it accordingly." %}

{% trans "Reference" %} {{ complaint.reference_number }}
{% trans "Title" %} {{ complaint.title }}
{% if involved_dept and involved_dept.department %}
{% trans "Rejected Department" %} {{ involved_dept.department.get_localized_name }}
{% endif %} {% if involved_dept and involved_dept.rejection_reason %}
{% trans "Reason" %} {{ involved_dept.rejection_reason }}
{% endif %} {% if involved_dept and involved_dept.suggested_department %}
{% trans "Suggested Department" %} {{ involved_dept.suggested_department.get_localized_name }}
{% endif %}