Back to Zulip

Communities

templates/corporate/communities.html

12.01.1 KB
Original Source

{% 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 hello_page_container %} hello-main{% endblock %} {% block portico_content %} {% include 'zerver/marketing_nav.html' %}

{% trans %}Filter by category{% endtrans %}

{% trans %}All{% endtrans %} {% for org_type in org_types.keys() %} {{ org_types[org_type]["name"] }} {% endfor %}

{% 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 }}

]({{%20eligible_realm.realm_url%20}}) {% endfor %}


Learn how Zulip can be a home for your community.

{% endblock %}