{% load render_table from django_tables2 %}
Relations
{% if object.linklevel %} {% endif %} {% if object.cdp %} {% endif %} {% if object.lldp %} {% endif %} {% if object.portchannel %} {% endif %}
AAEP {{ object.aaep|linkify }}
Link Level Policy {{ object.linklevel|linkify }}
CDP {{ object.cdp|linkify }}
LLDP {{ object.lldp|linkify }}
PortChannel {{ object.portchannel|linkify }}
{% if ipgassignement_table %}
IPG Assignements
{% render_table ipgassignement_table %}
{% endif %}