{% include 'templates/subsection_content/node-status.html' %}
Merged & Unmapped
{% with rows=subsection_data['merged_nodes_table'], title='Merged' %}
{% include 'templates/data_content/table_frequency.html' %}
{% endwith %}
{% with rows=subsection_data['unmapped_nodes_table'], title='Unmapped' %}
{% include 'templates/data_content/table_frequency.html' %}
{% endwith %}