Back to Zulip

Index

templates/zerver/app/index.html

12.01.2 KB
Original Source

{% extends "zerver/base.html" %} {% set entrypoint = "app" %} {# The app itself. #} {# Includes some other templates as tabs. #} {% set PAGE_TITLE = _("Public view of {org_name} | Zulip team chat").format(org_name=realm_name) %} {% set PAGE_DESCRIPTION = _("Browse the publicly accessible channels in {org_name} without logging in.").format(org_name=realm_name) %} {% block meta_viewport %}{% if has_web_public_streams %}{% else %}{% endif %} {% endblock %} {% block customhead %} {% if enable_gravatar %}{% endif -%} {% if s3_avatar_public_url_prefix %}{% endif -%}{% endblock %} {% block content %} {% if has_web_public_streams %}{% else %}{% endif %}

{% trans %}Because you're using an unsupported or very old browser, Zulip may not load.{% endtrans %}

{% trans %}Because you're using a very old version of the desktop app, Zulip may not load. Download the latest version. {% endtrans %}

{% trans %}If this message does not go away, try reloading the page.{% endtrans %}

{% trans %}Error loading Zulip. Try reloading the page.{% endtrans %}

×

{{ _('This view is still loading messages.') }} {{ _('Load more') }}

{{ csrf_input }} {% endblock %}