{% extends "dictionary/base.html" %} {% load i18n %} {% block title %}{% trans "channels" context "titleblock" %}{% endblock %} {% block content %}

{% trans "channels" context "titleblock" %}

{% url "topic_list" "today" as today_url %} {% url 'topic_list' "uncategorized" as uncategorized_url %} {% blocktrans trimmed with today_attr=user.is_authenticated|yesno:'data-lf-slug="today",'|safe uncategorized_attr='data-lf-slug="uncategorized"' %}

the complete list of channels that classify the topics with general subjects. in today only the topics with channels you follow and topics with no channels are listed.

{% endblocktrans %} {% endblock %}