{% load thumbnail %}
{% for child in category.get_children %}
{% thumbnail child.image "x150" upscale=False as thumb %} {{ child.name }}
{{child.name}}
{% endthumbnail %}
{% endfor %}