zulip/templates/zerver/subscriptions.html
Ahmed Shibani 4f29cfee9e Mark strings for translation in templates/zerver
In order to enable internationalization support in Zulip, and to use
Django internationalization tools, all strings in Zulip frontend needs
to be marked for translation.
2015-11-03 23:06:31 -08:00

13 lines
404 B
HTML

{% load i18n %}
{# Subscriptions management tab of the app. #}
<div class="subscriptions">
<h1><i class="icon-vector-exchange streams-icon"></i>{% trans "Streams" %}</h1>
<div class="alert" id="subscriptions-status"></div>
<div id="subs_page_loading_indicator"></div>
<div id="subscriptions_table">
</div>
</div>
{% include "zerver/stream_creation_prompt.html" %}