{% load render_table from django_tables2 %} {% load helpers %}

Linked Prefixes
{% if perms.netbox_circuit_prefix_link.add_circuitprefix %} Add Prefix {% endif %}

{% if table.rows %} {% render_table table 'inc/table.html' %} {% else %}
None
{% endif %}