{% load i18n %} {% load static %}
{% trans "Review staff responses and write your final reply" %}
{{ error }}
{{ complaint.title }}
{{ sd.staff.get_full_name }}
{% if sd.staff.job_title %}{{ sd.staff.job_title }}
{% endif %} {% if sd.is_completed %}{% trans "Responded" %}{% else %}{% trans "Pending" %}{% endif %}{{ pair.question.question_text }}
{{ pair.answer|default:"—" }}
{% trans "This staff member has not responded yet." %}
{% endif %}{% trans "Based on the investigation responses above, write your final reply. This will be sent to the department manager for review." %}
{% endif %}{% trans "PX360 Complaint Management System" %}