{% load widgy_tags %}
{% for child in self.get_children %} {% render child %} {% endfor %} {% if self.title or self.caption %}
{% if self.title %} {{ self.title }} {% endif %} {{ self.caption }}
{% endif %}