{% extends "zerver/portico.html" %} {% block title %} {{ _("No licenses available") }} | Zulip {% endblock %} {% block portico_content %}

{{ _("Organization cannot accept new members right now") }}

{% trans %}New members cannot currently join {{ realm_name }} because all Zulip Cloud licenses are in use.{% endtrans %}

{{ _("Please contact the person who invited you and ask them to increase the number of licenses, then try again.") }}

{% endblock %}