{% extends 'email_base.html' %} {% load i18n %} {% block title %}{% trans "New messages in" %} {{chat_name}}{% endblock %} {% block content %}
{{ msg.d }} | |
{{ msg.sender_name }} |
{{msg.t}}
{{ msg.text|linebreaksbr }}
|
You can reply to the chat by writing a reply to this email.