{%- for child in self.children -%} {%- if forloop.last -%}
  1. {% renderall child.children %}
  2. {%- else -%}
  3. {% render child %}
  4. {%- endif -%} {%- endfor -%}