{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ inquiry.reference_number }} - {{ department.get_localized_name }} - PX360{% endblock %} {% block content %}
{% trans "Inquiry" %}
{{ inquiry.message|default:"—" }}
{% trans "Department" %}
{{ inquiry.department.get_localized_name|default:"—" }}
{% trans "Outgoing Department" %}
{{ inquiry.outgoing_department.get_localized_name }}
{% trans "Assigned To" %}
{{ inquiry.assigned_to.get_full_name|default:"—" }}
{% trans "Contact" %}
{{ inquiry.contact_name|default:"—" }}
{% trans "Phone" %}
{{ inquiry.contact_phone }}
{% trans "Email" %}
{{ inquiry.contact_email }}
{% trans "Category" %}
{{ inquiry.get_category_display }}
{% trans "Location" %}
{{ location_str }}
{% trans "Created" %}
{{ inquiry.created_at|date:"Y-m-d H:i" }}
{{ inquiry.department_response_en }}
{% endif %} {% if inquiry.department_response_ar %}{{ inquiry.department_response_ar }}
{% endif %}