{% extends 'email_base.html' %} {% load i18n %} {% block title %}{% trans "New messages in" %} {{chat_name}}{% endblock %} {% block content %}

{% trans "You have new messages in" %} {{chat_mode}} {{chat_name}}

{% for msg in messages %} {% if msg.d %}{%endif%} {% if msg.sender_name %}{%endif%} {% endfor %}
{{ msg.d }}
 
{{ msg.sender_name }} {{msg.t}}
{{ msg.text|linebreaksbr }}

You can reply to the chat by writing a reply to this email.

==={{key}}===

{% endblock %}