{% load i18n %} {% load static %}
{% trans "Description" %}
{{ complaint.description }}
{{ error }}
{% trans "Staff Responses" %}
{% trans "PDF" %}{{ 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:"—" }}
{% endif %}{% trans "Attachments" %}
{% trans "This staff member has not responded yet." %}
{% endif %}{% trans "Your Final Reply" %}
{% trans "Based on the staff feedback above, write your final reply." %}
{% trans "Final reply will be available once staff responses are in." %}