{% extends "layouts/base.html" %} {% load i18n %} {% block title %}Complaint Monthly Calculations - PX360{% endblock %} {% block content %}
{% trans "Step 1 — Complaint lifecycle tracking with stage timing" %}
{% trans "There are no complaint records for the selected hospital and period." %}
{% trans "Total Complaints" %}
{{ total_fmt }}
{% trans "Resolution Rate" %}
{{ summary.resolution_rate }}%
{% trans "Activation Rate" %}
{{ summary.activation_rate }}%
{% trans "Escalated" %}
{{ summary.escalated }}
{% trans "Avg Close Time" %}
{{ stage_times.total_close|default:"—" }}h