{% 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 %} {% if show_message_content %} {% 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 %} {% endif %} {% endblock %} {% block manage_preferences %}

{% if mention %} You are receiving this because you were mentioned.
{% elif stream_email_notify %} You are receiving this because you have email notifications enabled for this stream.
{% endif %} Manage email preferences | Unsubscribe from missed message emails.
{% if reply_to_zulip %} Reply to this email directly, or view it in Zulip
{% else %} Do not reply to this message. This Zulip server is not configured to accept incoming emails (help). Reply in Zulip.
{% endif %}
{% endblock %}