{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Executive Summary" %} — PX360{% endblock %} {% block content %}
{% if selected_hospital %}{{ selected_hospital.name }}{% else %}{% trans "All Hospitals" %}{% endif %} · {% trans "Updated" %} {{ last_updated }}
{% if key == "complaints" %}{% trans "Complaints" %}{% elif key == "surveys" %}{% trans "Satisfaction" %}{% elif key == "actions" %}{% trans "PX Actions" %}{% endif %}
{% if key == "surveys" %}{{ card.satisfaction|floatformat:1 }}/5 {% else %}{{ card.total }}{% endif %}
{{ alert.title_en }}
{% if alert.hospital %}{{ alert.hospital.name }} · {% endif %}{{ alert.created_at|timesince }} {% trans "ago" %}
{% trans "No active risk alerts" %}
{% endif %}{{ ai_narrative|truncatewords:80 }}
{% trans "Highlights" %}
{% trans "Concerns" %}
{% trans "No AI report generated yet" %}
{% trans "Get AI-powered analysis of your current KPIs" %}