{% extends "kalite_zim/base.html" %} {% load i18n %} {% block title %}{{ topic.title }}{% endblock %} {% block content %}
{{ topic.description }}
{% if topic.children %} {% for child in topic.children %} {% if forloop.counter0|divisibleby:"4" %} {% if not forloop.first %}{% endif %}