{% include 'templates/subsection_content/node-status.html' %}

Connected & Dangling

{% with rows=subsection_data['connected_nodes_table'], title='Connected' %} {% include 'templates/data_content/table_frequency.html' %} {% endwith %}
{% with rows=subsection_data['dangling_nodes_table'], title='Dangling' %} {% include 'templates/data_content/table_frequency.html' %} {% endwith %}