{{ chat.full_name or 'Noma\'lum' }} {% if chat.username %} @{{ chat.username }}{% endif %}
Chat #{{ chat.id }}
{% if chat.status == 'new' %}Yangi {% elif chat.status == 'active' %}Aktiv {% else %}Tugatilgan{% endif %} {% if chat.status != 'closed' %} {% endif %}
{% if not messages %}
💬 Hali xabar yo'q
{% endif %} {% for m in messages %}
{{ m.text }}
{{ m.created_at.strftime('%d.%m.%Y %H:%M') }}
{% endfor %}
{% if chat.status != 'closed' %}
{% else %}
✅ Chat tugatilgan — yangi xabar yuborib bo'lmaydi
{% endif %}