{% for node, structure in section_tree %}
{% if structure.new_level %}
- {% else %}{% endif %}
{% if structure.speech %}
- {% include "speeches/speech.html" with speech=node nosection="1" section=section noli=1 %} {% else %}
- {{ node.title }} {% if node.is_leaf_node %}({{ node.speech_count }}){% endif %} {% endif %} {% for level in structure.closed_levels %}