←
{{ 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 %}