{% extends "zerver/portico.html" %} {% set entrypoint = "communities" %} {% set PAGE_TITLE = "Open communities directory | Zulip" %} {% set PAGE_DESCRIPTION = "Zulip communities that are open to the public, and have opted in to be listed." %} {% block customhead %} {% endblock %} {% block hello_page_container %} hello-main{% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %} {% include 'zerver/gradients.html' %}

{% trans %}Open communities directory{% endtrans %}

These Zulip communities are open to the public, and have opted in to be listed.

{% trans %}Categories{% endtrans %}

{% trans %}All{% endtrans %}

{% for org_type in org_types.keys() %}

{{ org_types[org_type]["name"] }}

{% endfor %}
{% for eligible_realm in eligible_realms %}

{{ eligible_realm.name }}

{{ eligible_realm.description }}

{% endfor %}

Learn how Zulip can be a home for your community.

{% endblock %}