{% load chat_tags %}

{{ talk_msg.user }} ({{ talk_msg.create_date }})

{% autoescape off %} {{ talk_msg.text }} {% endautoescape %} {% if talk_msg.image %} {% endif %}