{% extends "zerver/base.html" %} {% set entrypoint = "app" %} {# The app itself. #} {# Includes some other templates as tabs. #} {% block meta_viewport %} {% endblock %} {% block customhead %} {% endblock %} {% block content %}

{{ _('Loading...') }}

{% trans %}If this message does not go away, please wait a couple seconds and reload the page.{% endtrans %}

{% trans %}Unable to connect to Zulip. Updates may be delayed.{% endtrans %} {{ _('Retrying soon...') }} {{ _('Try now.') }}
{# The below isn't tagged for translation intentionally, because the feature is only used at MIT. #} Your Zephyr mirror is not working. We recommend that you . If you'd prefer, you can instead run the Zephyr mirror script yourself in a screen session. To fix this, you'll need to use the web interface.
{% include "zerver/app/message_feed_errors.html" %}
{% endblock %}