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

{{ complaint.title }}

{% trans "Description" %}

{{ complaint.description }}

{% if success %}

{% trans "Feedback Requests Sent" %}

{{ success }}

{% trans "You will be notified when all staff members respond." %}

{% else %}
{% if error %}

{{ error }}

{% endif %}
{% csrf_token %}

{% trans "Select staff and write their questions" %}

{% trans "Each staff member receives their own questions. You can write different questions for each person." %}

{% if not accused_staff %}

{% trans "No staff pre-selected by PX-team. Search and add staff members to investigate." %}

{% endif %}

{% trans "Search returns active staff from the complaint's hospital." %}

{% for s in accused_staff %}
1.
{% endfor %}
{% endif %}