{% extends base_layout %} {% load i18n %} {% load static %} {% block title %}Inquiry #{{ inquiry.id|slice:":8" }} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ _("ID") }}: {{ inquiry.id|slice:":8" }} {% if inquiry.patient %} | {{ _("Patient") }}: {{ inquiry.patient.get_full_name }} ({{ _("MRN") }}: {{ inquiry.patient.mrn }}) {% else %} | {{ _("Contact") }}: {{ inquiry.contact_name|default:inquiry.contact_email }} {% endif %}
{{ _("Hospital") }}: {{ inquiry.hospital.name_en }} {% if inquiry.department %} | {{ _("Department") }}: {{ inquiry.department.name_en }} {% endif %}
{{ inquiry.message|linebreaks }}
{{ inquiry.response|linebreaks }}
{{ _("Responded by")}} {{ inquiry.responded_by.get_full_name }} {{ _("on") }} {{ inquiry.responded_at|date:"M d, Y H:i" }}{{ update.message }}
{% if update.old_status and update.new_status %}{{ _("No timeline entries yet")}}
{{ _("No attachments")}}