From 3467cacd2ff5f88449ab861a31d047e49c994a65 Mon Sep 17 00:00:00 2001 From: thug0bin Date: Fri, 27 Feb 2026 16:25:29 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=8C=80=EC=8B=9C=EB=B3=B4=EB=93=9C=20?= =?UTF-8?q?=EC=B5=9C=EA=B7=BC=20=EA=B0=80=EC=9E=85=EC=9E=90=20=ED=85=8C?= =?UTF-8?q?=EC=9D=B4=EB=B8=94=EC=97=90=20=EC=B9=B4=EC=B9=B4=EC=98=A4=20?= =?UTF-8?q?=EB=B1=83=EC=A7=80=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/templates/admin.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/backend/templates/admin.html b/backend/templates/admin.html index 1115bb6..715dbc2 100644 --- a/backend/templates/admin.html +++ b/backend/templates/admin.html @@ -478,7 +478,14 @@ {% for user in recent_users %} {{ user.id }} - {{ user.nickname }} + + {{ user.nickname }} + {% if user.nickname != '고객' %} + 💬 + {% else %} + 미인증 + {% endif %} + {{ user.phone[:3] }}-{{ user.phone[3:7] }}-{{ user.phone[7:] if user.phone|length > 7 else '' }} {{ "{:,}".format(user.mileage_balance) }}P {{ user.created_at[:16].replace('T', ' ') }}