{% load render_table from django_tables2 %}

Connected Structures

{% if connected_structures_table.rows|length %} {% render_table connected_structures_table 'inc/table.html' %} {% else %}
No directly connected structures.
{% endif %}