{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Survey Comments" %} - PX360{% endblock %} {% block content %}
{% trans "View all patient comments with AI-powered sentiment analysis" %}
{% trans "No survey comments found" %}
{% if filters.search or filters.sentiment or filters.survey_type or filters.hospital or filters.date_from or filters.date_to %} {% trans "Clear Filters" %} {% endif %}