{% load i18n %} {% load static %} {% trans "Investigation Questions" %} - PX360

{% trans "Investigation Questions" %}

{% trans "Create questions for the accused staff member(s)" %}

{% if success %}

{% trans "Investigation Started" %}

{{ success }}

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

{% else %}
{% if error %}

{{ error }}

{% endif %} {% if explanation.staff %}

{% trans "Investigating as" %}

{{ explanation.staff.first_name }} {{ explanation.staff.last_name }}

{% if explanation.staff.department %}

{{ explanation.staff.department.name }}

{% endif %}
{% endif %}

{% trans "Complaint" %} #{{ complaint.reference_number }}

{{ complaint.title }}

{% if complaint.short_description_en %}

{{ complaint.short_description_en|truncatewords:30 }}

{% endif %}
{% csrf_token %}

{% trans "Select Accused Staff" %}

{% if accused_staff %}
{% for s in accused_staff %} {% endfor %}
{% else %}

{% trans "No accused staff linked to this complaint." %}

{% endif %}

{% trans "Investigation Questions" %}

1.
{% endif %}

{% trans "PX360 Complaint Management System" %}