{% extends 'layouts/base.html' %} {% load i18n static %} {% block title %}{% trans "Import Government Tickets" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Upload Excel file to import tickets from government sources" %}
| {% trans "Ticket #" %} | {% trans "Complainant" %} | {% trans "National ID" %} | {% trans "Contact" %} | {% trans "Department" %} | {% trans "Received Date" %} | {% trans "Classification" %} | {% trans "Content" %} |
|---|---|---|---|---|---|---|---|
| {{ row.ticket_number|default:"-" }} | {{ row.complainant_name|default:"-" }} | {{ row.national_id|default:"-" }} | {{ row.contact_number|default:"-" }} | {{ row.main_section|default:"-" }} | {{ row.received_date|default:"-" }} | {{ row.classification|default:"-" }} | {{ row.content|default:"-" }} |