{% extends "layouts/base.html" %} {% load i18n %} {% block title %}Comments Analysis Report - PX360{% endblock %} {% block content %}
{% trans "Comment classification, sentiment analysis, and action plan tracking" %}
{% trans "No survey comments found for the selected hospital and period." %}
{% trans "Total Comments" %}
{{ summary.total }}
{% trans "Negative" %}
{{ summary.negative }}
{% trans "Positive" %}
{{ summary.positive }}
| {% trans "Category" %} | {% trans "Sub-Category" %} | {% trans "Count" %} |
|---|---|---|
| {{ row.category }} | {{ row.subcategory }} | {{ row.count }} |
| {% trans "Category" %} | {% trans "Comment" %} | {% trans "Action Plan" %} | {% trans "Responsible" %} | {% trans "Status" %} |
|---|---|---|---|---|
| {{ row.category }} | {{ row.comment }} | {{ row.action_plan }} | {{ row.responsible }} | {{ row.status }} |