{% load i18n %}
| {% trans "ID" %} | {% trans "Subject" %} | {% trans "Category" %} | {% trans "Priority" %} | {% trans "Status" %} | {% trans "Due Date" %} | {% trans "Actions" %} | |
|---|---|---|---|---|---|---|---|
| #{{ complaint.complaint_number }} | {{ complaint.subject }} | {{ complaint.category }} | {{ complaint.get_priority_display }} | {{ complaint.get_status_display }} | {% if complaint.due_date %} {{ complaint.due_date|date:"M d, Y" }} {% else %} - {% endif %} | {% trans "View" %} | |
|
{% trans "No complaints found" %} |
|||||||