{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}Delete Feedback - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
This action will soft delete the feedback. The feedback will be marked as deleted but will remain in the database for audit purposes.
{{ feedback.id|slice:":8" }}...