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

{% include "zerver/app/lightbox_overlay.html" %} {% include "zerver/app/subscriptions.html" %} {% include "zerver/app/drafts.html" %} {% include "zerver/app/navbar_alerts.html" %} {% include "zerver/app/navbar.html" %}
{% 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/left_sidebar.html" %}
{% include "zerver/app/home.html" %}
{% include "zerver/app/right_sidebar.html" %}
{% include "zerver/app/invite_user.html" %} {% include "zerver/app/logout.html" %} {% include "zerver/app/deprecation_notice.html" %} {% include "zerver/app/about-zulip.html" %}
{% endblock %}