From 773382a7bb01432194ae15788cce8b4c31677a6a Mon Sep 17 00:00:00 2001 From: ruslan Date: Fri, 15 May 2026 17:51:23 +0300 Subject: [PATCH] Add ID and date columns to auto-reply queue display Co-Authored-By: Claude Sonnet 4.6 --- templates/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/index.html b/templates/index.html index 7392d56..21412de 100644 --- a/templates/index.html +++ b/templates/index.html @@ -138,6 +138,7 @@ # ID отзыва + Дата оценки Оценка Товар Покупатель @@ -147,6 +148,8 @@ {% for item in auto_reply_queue %} {{ loop.index }} + {{ item.get("id") or "—" }} + {{ item.get("review_created_at")|format_log_datetime if item.get("review_created_at") else "—" }} {{ item.rating }}★ {{ item.get("product_name") or "—" }}