2013-05-03 20:24:55 +02:00
{% comment %}
2013-05-22 23:52:17 +02:00
Mail sent to user when she was not logged in and received a PM or @-mention
2013-05-03 20:24:55 +02:00
{% endcomment %}
Hello {{ name }},
2013-09-18 23:16:06 +02:00
While you were away you received {{ message_count }} new message{{ messages|pluralize }}{% if mention %} in which you were mentioned{% endif %}!
2013-05-03 20:24:55 +02:00
2013-05-20 18:48:08 +02:00
{% for recipient_block in messages %}
2013-10-04 23:56:04 +02:00
{{ recipient_block.header.plain|safe }}
2013-05-20 18:48:08 +02:00
{% for sender_block in recipient_block.senders %}
{% if sender_block.sender %}{{ sender_block.sender }}{% endif %}{% for message_block in sender_block.content %}
{{ message_block.plain }}
{% endfor %}
{% endfor %}
2013-05-03 20:24:55 +02:00
{% endfor %}
2013-05-20 18:48:08 +02:00
2013-07-10 22:14:08 +02:00
Click here to log in to Zulip and view your new messages:
2013-05-03 20:24:55 +02:00
{{ url }}
2013-05-13 16:26:52 +02:00
{% if reply_warning %}
2013-07-10 22:14:08 +02:00
Please do not reply to this automated message. To respond to the missed messages you have received, please log on to Zulip and send your replies there.
2013-05-13 16:26:52 +02:00
{% endif %}
2013-05-03 20:24:55 +02:00
Cheers,
2013-07-10 22:14:08 +02:00
The Zulip Team
2013-05-23 17:48:35 +02:00
2013-11-25 16:47:19 +01:00
Manage email preferences:
2013-05-23 17:48:35 +02:00
2013-11-20 23:39:07 +01:00
https://{{ external_host }}/#settings
2013-11-25 16:47:19 +01:00
Unsubscribe from missed message emails:
{{ unsubscribe_link }}