{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block object-tools-items %} {% if user.is_superuser %}
  • {# Modal: nhập note trước khi mark as resolved #}

    {% trans "Mark as Resolved" %}

    {% trans "Enter an optional note for this resolution:" %}

    0/500

    {# Modal: hiển thị kết quả #}

    {% trans "Feedback marked as resolved successfully." as msg_success %} {% trans "Permission denied. Only superusers can perform this action." as msg_403 %} {% trans "Feedback not found." as msg_404 %} {% trans "Server error. Please try again later." as msg_500 %} {% trans "Network error. Please check your connection." as msg_network %} {% trans "Unexpected error (HTTP {status})." as msg_unknown %} {% endif %} {{ block.super }} {% endblock %}