{% if hot_conversations %}
{% for convo in hot_conversations %}{% for recipient_block in convo.first_few_messages %}{{ recipient_block.header.plain }}
{% for sender_block in recipient_block.senders %}
{% for message_block in sender_block.content %}{{ message_block.plain }}
{% endfor %}{% endfor %}
{% if convo.count > 0 %}+ {{ convo.count }} more message{{ convo.count|pluralize }} by {{ convo.participants|display_list(4) }}.{% endif %}{% endfor %}{% endfor %}{% endif %}

{% if new_channels.plain %}** {% trans %}New channels{% endtrans %} **
    {{ new_channels.plain|display_list(1000) }}.
{% endif %}

{% trans organization_url=realm_url %}Click here to log in to Zulip and catch up: {{ organization_url }}.{% endtrans %}

--
{% trans %}Manage email preferences:{% endtrans %}

{{ realm_url }}/#settings/notifications

{% trans %}Unsubscribe from digest emails:{% endtrans %}

{{ unsubscribe_link }}
