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

{% trans "Already Submitted" %}

{% trans "This explanation link has already been used. Each explanation link can only be used once." %}

{% trans "Complaint Information" %}
{% trans "Reference:" %} #{{ complaint.id }}
{% trans "Title:" %} {{ complaint.title }}
{% if explanation.responded_at %}
{% trans "Submitted On:" %} {{ explanation.responded_at|date:"Y-m-d H:i" }}
{% endif %} {% if explanation.staff %}
{% trans "Submitted By:" %} {{ explanation.staff }}
{% endif %}
{% trans "What If You Need To Update?" %}

{% trans "If you need to provide additional information or make changes to your explanation, please contact the PX team directly." %}


{% trans "Explanation ID:" %} {{ explanation.id }}

{% trans "Status:" %} {% trans "Already Submitted" %}

{% trans "This link cannot be used again." %}