{% extends '_base.html' %} {% load render_table from django_tables2 %} {% block title %}Interface Connections{% endblock %} {% block content %}
{% if export_templates %}
{% endif %}

Interface Connections

{% render_table table 'table.html' %}
{% include 'inc/filter_panel.html' %}
{% endblock %}