{% extends "zerver/emails/email_base_messages.html" %} {% block preheader %} {% for recipient_block in messages %} {% for sender_block in recipient_block.senders %} {% for message_block in sender_block.content %} {{ message_block.html|safe }} {% endfor %} {% endfor %} {% endfor %} {% endblock %} {% block content %} Hello {{ name }},
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 %}!
{% if show_message_content %}Click here to log in to Zulip and view your new messages. {% if reply_to_zulip %} Or just reply to this email. {% endif %}
{% if reply_warning %}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.
{% endif %}
Cheers,
The Zulip Team
Manage email preferences | Unsubscribe from missed message emails
{% endblock %}