{% extends "zerver/emails/email_base_messages.html" %} {% block content %} {% if hot_conversations %} {% for convo in hot_conversations %}
{% endfor %} {% endif %} {% if new_streams.html %}{% trans %}New streams{% endtrans %}
{{ new_streams.html|display_list(1000)|safe }}.
{% endif %}{% trans %}Click here to log in to Zulip and catch up.{% endtrans %}
{% endblock %} {% block manage_preferences %}{% trans %}Manage email preferences{% endtrans %} | {% trans %}Unsubscribe from digest emails{% endtrans %}
{% endblock %}