{% endif %}
{% endfor %}
{% if graph.meta.config.tree_node_summary %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% if graph.nodes %}
{% for id, node in graph.nodes %}
{% if node.hidden or (root_node and node.id == root_node.id ) %}{% continue %}{% endif %}
{{node.title}}
{% if node.connections or graph.meta.config.tree_node_summary %}
{% if graph.meta.config.tree_node_summary %}
{{node.summary}}
{% endif %}
{% if node.connections %}
{% if graph.meta.config.tree_node_summary %}
Connections
{% endif %}
{% for _, connection in node.connections %}
{% if not connection.detached %}