{% if is_web_public and message_list %}
<div class="message_table focused_table" id="zhome">
{% for msg in message_list %}
{{ msg|safe }}
{% endfor %}
</div>
{% elif is_web_public %}
<p>
This topic does not exist.
</p>
{% else %}
This stream does not exist.
{% endif %}