{% if subsection_data['path_overview_tables'] %}
{% with tables=subsection_data['path_overview_tables'] %}
{% for table in tables %}
{{ table['dataset_name'] }}
{% include 'templates/subsection_content/horizontal-rule.html' %}
{% with rows=table['rows'] %}
{% include 'templates/data_content/table_edge_path_length_description.html'%}
{% endwith %}