{% for top in tree.children %} {% if top|class == "Fork" %} {{top.render(render_type=render_type, level=0, show_private=show_private, protocol=protocol)|safe}} {% endif %} {% endfor %} {% if footnotes|length > 0 %}
{% for footnote in footnotes %}

{{loop.index}}. {{footnote.values[0]}}

{% endfor %} {% endif %}