{% extends "layouts/public_base.html" %} {% load i18n %} {% block title %}{% trans "Submit Feedback" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% trans "We Value Your Feedback" %}

{% trans "Your feedback helps us improve our services and provide better care for everyone. Choose a category below to get started." %}

{% trans "Complaint" %}

{% trans "Report an issue with our services. We take all concerns seriously and will investigate thoroughly." %}

{% trans "Observation" %}

{% trans "Help us improve safety by sharing what you've noticed. Anonymous submissions are welcome." %}

{% trans "Inquiry" %}

{% trans "Have questions? We're here to help with appointments, services, or general information." %}

{% trans "Already submitted something?" %}

{% endblock %} {% block extra_js %} {% endblock %}