2013-10-21 23:35:36 +02:00
|
|
|
{% if hot_conversations %}
|
|
|
|
{% for convo in hot_conversations %}{% for recipient_block in convo.first_few_messages %}{{ recipient_block.header.plain }}
|
2019-07-11 13:04:11 +02:00
|
|
|
{% for sender_block in recipient_block.senders %}
|
2013-10-21 23:35:36 +02:00
|
|
|
{% for message_block in sender_block.content %}{{ message_block.plain }}
|
|
|
|
{% endfor %}{% endfor %}
|
2019-05-01 06:08:05 +02:00
|
|
|
{% if convo.count > 0 %}+ {{ convo.count }} more message{{ convo.count|pluralize }} by {{ convo.participants|display_list(4) }}.{% endif %}{% endfor %}{% endfor %}{% endif %}
|
2013-10-21 23:35:36 +02:00
|
|
|
|
2024-04-16 14:55:50 +02:00
|
|
|
{% if new_channels.plain %}** {% trans %}New channels{% endtrans %} **
|
|
|
|
{{ new_channels.plain|display_list(1000) }}.
|
2019-05-01 06:08:05 +02:00
|
|
|
{% endif %}
|
2013-10-21 23:35:36 +02:00
|
|
|
|
2024-05-09 13:28:39 +02:00
|
|
|
{% trans organization_url=realm_url %}Click here to log in to Zulip and catch up: {{ organization_url }}.{% endtrans %}
|
2013-10-21 23:35:36 +02:00
|
|
|
|
2013-12-02 01:39:10 +01:00
|
|
|
--
|
2020-04-24 19:46:52 +02:00
|
|
|
{% trans %}Manage email preferences:{% endtrans %}
|
2013-12-02 01:39:10 +01:00
|
|
|
|
2024-05-09 13:28:39 +02:00
|
|
|
{{ realm_url }}/#settings/notifications
|
2013-12-02 01:39:10 +01:00
|
|
|
|
2020-04-24 19:46:52 +02:00
|
|
|
{% trans %}Unsubscribe from digest emails:{% endtrans %}
|
2013-12-02 01:39:10 +01:00
|
|
|
|
|
|
|
{{ unsubscribe_link }}
|