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