{% extends "dictionary/base.html" %} {% load filters i18n cache %} {% block title %}{{ safename }}{% if tabs.current %} - {% for name, safename in tabs.available.items %}{% if name == tabs.current %}{{ safename }}{% endif %}{% endfor %}{% endif %}{% endblock %} {% cache None topic_list_description safename request.site_name %} {% block description %}{% blocktrans with site_name=request.site.name %}latest topics in {{ safename }} channel. join {{ site_name }} community to create a new topic in this channel or elaborate on existing topics.{% endblocktrans %}{% endblock %} {% endcache %} {% block content %}

{% if request.GET.ordering and slug == "search" %} {% else %} {{ safename }} {% endif %} {% if slug == "popular" %} {% endif %}

{% if tabs %} {% endif %} {% if slug == "today" %} {% if refresh_count %}
{% csrf_token %}
{% endif %} {% endif %} {% if slug == "popular" %}
{% trans "personalize popular topics:" %}
{% endif %} {% if slug == "today-in-history" %} {% endif %} {% if slug == "search" %} {# render search form, if request.GET.ordering has value, it means there is a search #}
{% include "dictionary/includes/forms/extended_search.html" with source="mobile" %}
{% endif %} {% include "dictionary/includes/paginaton.html" with stretch="yes" paginator=page %}
{% endblock %}