{% extends "!layout.html" %} {% block document %} {% if (pagename == "production/management-commands" or pagename == "production/email-gateway" or pagename == "production/upgrade-or-modify") and release.endswith('+git') %}

Warning

You are reading a development version of the Zulip documentation. These instructions may not correspond to the latest Zulip Server release. See documentation for the latest stable release.

{% elif pagename.split("/")[0] == "production" and release.endswith('+git') %}

Warning

You are reading a development version of the Zulip documentation. These instructions may not correspond to the latest Zulip Server release. See documentation for the latest stable release.

{% endif %} {{ super() }} {% endblock %}