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

{% trans "Complaint" %}

{% trans "Reference" %} {{ complaint.reference_number }}
{% trans "Title" %} {{ complaint.title }}

{% trans "Description" %}

{{ complaint.description }}

{% if complaint.incident_date %}
{% trans "Incident Date" %} {{ complaint.incident_date|date:"d M Y" }}
{% endif %}
{% if error %}

{{ error }}

{% endif %}

{% trans "Please answer the following questions" %}

{% csrf_token %} {% for pair in question_answer_pairs %}
{{ forloop.counter }}

{{ pair.question.question_text }}

{% if pair.question.question_type == 'yes_no' %}
{% else %} {% endif %}
{% endfor %}

{% trans "This link can only be used once." %}