{% load ocyan_thumbnail %}
{% for child in category.get_public_children %}
{% lazy_picture child.image "x150" upscale=False alt=child.name %}
{{child.name}}
{% endfor %}