{% load i18n %} {% load static %} {% trans "Already Submitted" %} - PX360

{% trans "Already Submitted" %}

{% if investigation %} {% trans "The investigation for this complaint has already been completed." %} {% elif inv_response %} {% trans "You have already submitted your answers for this investigation." %} {% else %} {% trans "This link has already been used." %} {% endif %}

{% if complaint %}

{% trans "Complaint Reference" %}

#{{ complaint.reference_number }}

{% endif %}

{% trans "PX360 Complaint Management System" %}