2021-05-28 15:57:08 +02:00
|
|
|
{% extends "zerver/portico.html" %}
|
2022-09-06 12:04:03 +02:00
|
|
|
|
|
|
|
{% block title %}
|
|
|
|
<title>{{ _("No licenses available") }} | Zulip</title>
|
|
|
|
{% endblock %}
|
|
|
|
|
2021-05-28 15:57:08 +02:00
|
|
|
{% block portico_content %}
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<h3>{{ _("This organization cannot accept new members right now.") }}</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
New members cannot join this organization because all Zulip licenses are currently in use. Please contact the person who
|
|
|
|
invited you and ask them to increase the number of licenses, then try again.
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
{% endblock %}
|