Chats
{% for chat in chats %}
{{ chat.name if chat.name else chat.chat_id }}

{{ chat.last_message | truncate(50) }}

{{ chat.message_count }} {{ chat.last_updated | relative_time }}
{% endfor %}