{% extends "zerver/portico.html" %}
{% block portico_content %}
{{ message }}
{{ _('This server does not allow members of the public to create new organizations.') }}
{% trans %}Zulip is open source, so you can install your own Zulip server by following the instructions on www.zulip.org{% endtrans %}
{% endblock %}