{% load i18n %} {% load static %} {{ complaint.reference_number }} - {% trans "Submitted" %}
{% if complaint.department %} ← {% trans "Back to Department" %} {% endif %}
Al Hammadi Hospital

{% trans "Response Submitted" %}

{% trans "Your response has been received and forwarded to the PX team." %}

{% trans "Reference" %} {{ complaint.reference_number }}
{% trans "Title" %} {{ complaint.title }}
{% if explanation.responded_at %}
{% trans "Submitted" %} {{ explanation.responded_at|date:"d M Y, h:i A" }}
{% endif %} {% if attachment_count > 0 %}
{% trans "Attachments" %} {{ attachment_count }}
{% endif %}