{% extends "kalite_zim/base.html" %} {% load i18n %} {% block title %}{{ topic.title }}{% endblock %} {% block content %}

{{ topic.title }}

{{ topic.description }}

{% if topic.children %} {% for child in topic.children %} {% if forloop.counter0|divisibleby:"4" %} {% if not forloop.first %}{% endif %}
{% endif %}
{% if child.thumbnail_url %} {% else %}

{% endif %}

{{ child.title }}

{% endfor %} {% if topic.children %}
{% endif %} {% endif %} {% if topic.video_url %} {% get_current_language as LANGUAGE_CODE %} {% endif %} {% endblock %} {% block extra_menus %} {% for parent in parents reversed %} {% if not forloop.last %} {% endif %} {% endfor %} {% if parents %}
{% endif %} {% endblock %} {% block js %} {% if topic.subtitle_url %} {% endif %} {% endblock %}