{% extends "zerver/base.html" %} {# The app itself. #} {# Includes some other templates as tabs. #} {% block page_params %} {# Insert parameters, which have been encoded with JSONEncoderForHTML. #} {% endblock %} {% block commonjs %} {{ render_bundle('app', attrs='nonce="%s"' % (csp_nonce)) }} {{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }} {% 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.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" %}
{% if show_debug %}
{% include "zerver/app/debug.html" %}
{% endif %}
{% include "zerver/app/right_sidebar.html" %}
{% include "zerver/app/invite_user.html" %} {% include "zerver/app/bankruptcy.html" %} {% include "zerver/app/logout.html" %} {% include "zerver/app/deprecation_notice.html" %}
{% endblock %}