{% extends "layouts/base.html" %} {% load i18n %} {% block title %}Inquiry Reports - PX360{% endblock %} {% block content %}
{% trans "Incoming & Outgoing inquiry analysis from HIS data" %}
{% trans "There are no inquiry records in the database for the selected hospital." %}
{% trans "Incoming Total" %}
{{ incoming_total_fmt }}
{% trans "Outgoing Total" %}
{{ outgoing_total_fmt }}
{% trans "1st / 2nd Half" %}
{{ incoming.first_half }} / {{ incoming.second_half }}
{% trans "Incoming split" %}
{% trans "SLA Compliance" %}
{{ incoming.sla_compliance }}%
{% trans "Incoming contacted rate" %}
| {% trans "Employee" %} | {% trans "No Response" %} | {% trans "In Progress" %} | {% trans "Contacted" %} | {% trans "Total" %} |
|---|---|---|---|---|
| {{ row.name }} | {{ row.contacted_no_response }} | {{ row.in_progress }} | {{ row.contacted }} | {{ row.total_fmt }} |
| {% trans "Department" %} | {% trans "No Response" %} | {% trans "In Progress" %} | {% trans "Contacted" %} | {% trans "Total" %} |
|---|---|---|---|---|
| {{ row.name }} | {{ row.contacted_no_response }} | {{ row.in_progress }} | {{ row.contacted }} | {{ row.total_fmt }} |