2013-05-03 20:24:55 +02:00
Hello {{ name }},
2018-03-10 05:12:26 +01:00
While you were away you received {{ message_count }} new{% if group_pm %} group private{% elif private_message %} private{% endif %} message{{ message_count|pluralize }}{% if mention %} in which you were mentioned{% endif %}!
2013-05-03 20:24:55 +02:00
2017-11-29 13:42:39 +01:00
{% if show_message_content %}
2013-05-20 18:48:08 +02:00
{% for recipient_block in messages %}
2017-06-06 03:50:31 +02:00
{{ recipient_block.header.plain }}
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 %}
2017-11-29 13:42:39 +01:00
{{ message_block.plain }}
2013-05-20 18:48:08 +02:00
{% endfor %}
{% endfor %}
2013-05-03 20:24:55 +02:00
{% endfor %}
2017-11-29 13:42:39 +01:00
{% endif %}
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
2016-08-14 02:15:43 +02:00
{{ realm_uri }}
2013-05-03 20:24:55 +02:00
2014-08-11 14:15:16 +02:00
{% if reply_to_zulip %}
Or just reply to this email.
{% endif %}
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
2018-07-12 09:56:54 +02:00
{{ realm_uri }}/#settings/notifications
2013-11-25 16:47:19 +01:00
Unsubscribe from missed message emails:
{{ unsubscribe_link }}