{% for chat in chat_list %}

{{ chat.text }} ({{ chat.user.account }}) {{ chat.created|date:"D d M Y" }}

{% endfor %}