{% extends "zerver/portico.html" %} {% block title %} {{ _("Internal server error") }} | Zulip {% endblock %} {% block customhead %} {{ super() }} {% endblock %} {% block portico_class_name %}error{% endblock %} {% block portico_content %}

{{ _("Internal server error") }}

{% trans %} Your Zulip chat cannot be loaded because the server is experiencing technical difficulties. {% endtrans %}

{% trans %} This page will reload automatically when service is restored. {% endtrans %} {% if corporate_enabled %} {% trans %} In the meantime, you can contact Zulip support. {% endtrans %} {% else %} {% trans %} In the meantime, you can contact this server's administrators for support. {% endtrans %} {% endif %}

{% if not corporate_enabled %}

{% trans troubleshooting_url="https://zulip.readthedocs.io/en/latest/production/troubleshooting.html" %} If you administer this server, you may want to check out the Zulip server troubleshooting guide. {% endtrans %}

{% endif %}
{% endblock %}