{% extends 'layouts/base.html' %} {% load i18n %} {% block title %}{% trans "PX Command Center" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Real-time overview of your patient experience operations" %}
{% trans "Last Updated" %}
{{ last_updated }}
{% trans "Items requiring immediate action" %}
{{ complaints_module.total_active }}
{{ survey_module.avg_satisfaction }}%
{{ actions_module.open|add:actions_module.in_progress }}
{{ inquiries_module.total_active }}
{{ observations_module.total_active }}
{% trans "Current NPS Score" %}
{% trans "No high severity complaints" %}
{% trans "No escalated actions" %}
{% trans "No active inquiries" %}
{% trans "No active observations" %}
| {% trans "Rank" %} | {% trans "Physician" %} | {% trans "Department" %} | {% trans "Rating" %} | {% trans "Surveys" %} | {% trans "Sentiment" %} |
|---|---|---|---|---|---|
|
{% if forloop.counter == 1 %}
|
{{ rating.staff }}
|
{% if rating.staff.department %}{{ rating.staff.department.name }}{% else %}-{% endif %} |
{{ rating.average_rating|floatformat:2 }}
|
{{ rating.total_surveys }} |
{{ rating.positive_count }}
{{ rating.negative_count }}
|
| {% trans "No physician ratings this month" %} | |||||