{% if chatlist %} {% for cline in chatlist %} {{cline.player.name}}: {{cline.text}}
{% endfor %} {% else %}

{% endif %}