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

{% trans "Investigation Questions" %}

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

{% trans "Requested by" %}

{{ inv_response.investigation.champion.get_full_name }}

{% trans "Department Champion" %}

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

{{ complaint.title }}

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

{{ pair.question.question_text }}

{% endfor %}

{% trans "Important:" %} {% trans "This link can only be used once. After submitting, it will expire." %}

{% trans "PX360 Complaint Management System" %}