{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}Feedback Console - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Feedback Console

Manage patient feedback, compliments, and suggestions

New Feedback
Total Feedback

{{ stats.total }}

Compliments

{{ stats.compliments }}

Avg Rating

{{ stats.avg_rating|floatformat:1 }} /5

Pending Review

{{ stats.submitted }}

Filters
Clear
Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ page_obj.paginator.count }} feedback items
{% for feedback in feedbacks %} {% empty %} {% endfor %}
ID Type Patient/Contact Title Category Rating Sentiment Status Hospital Created Actions

No feedback found

{% if page_obj.has_other_pages %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}