{% 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 %}

{% trans %}If this message does not go away, try reloading the page.{% endtrans %}

{{ _('Unable to connect to Zulip.') }} {{ _('Updates may be delayed.') }} {{ _('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.
{% endblock %}