General comparison
{% if subsection_data['table_general_comparison'] %}
{% with rows=subsection_data['table_general_comparison'] %}
{% include 'templates/data_content/table_overview_hierarchy_edge_general_comparison.html' %}
{% endwith %}
{% endif %}
Children count comparison
{% if subsection_data['table_children_count_comparison'] %}
{% with rows=subsection_data['table_children_count_comparison'] %}
{% include 'templates/data_content/table_overview_hierarchy_edge_children_count_comparison.html' %}
{% endwith %}
{% endif %}