{% extends "zerver/emails/email_base_messages.html" %} {% 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 %} {% else %}
{% if message_content_disabled_by_realm %} This email does not include message content because your organization has disabled message content appearing in email notifications. {% elif message_content_disabled_by_user %} This email does not include message content because you have disabled message content appearing in email notifications. {% endif %}
{% endif %} {% endblock %} {% block manage_preferences %}

{% if mention %} You are receiving this because you were mentioned in {{ realm_name }}.
{% elif stream_email_notify %} You are receiving this because you have email notifications enabled for this stream.
{% endif %} {% if reply_to_zulip %} Reply to this email directly, view it in Zulip, or manage email preferences. {% elif not show_message_content %} View or reply in Zulip, or manage email preferences.
{% else %} Reply in Zulip, or manage email preferences.

Do not reply to this email. This Zulip server is not configured to accept incoming emails (help). {% endif %}
{% endblock %}