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

Delete Feedback

{% trans "Are you sure you want to delete this feedback?" %}

This action will soft delete the feedback. The feedback will be marked as deleted but will remain in the database for audit purposes.

{% csrf_token %} Cancel
Deleted feedback can be restored by system administrators if needed.
{% endblock %}