Relations
Application Profile {{ object.applicationprofile|linkify }}
VRF {{ object.vrf|linkify }}
{% if contract_consume_table %}
Associated Contracts Consume
{% for cons in contract_consume_table %} {{ cons|linkify }}
{% endfor %}
{% endif %} {% if contract_provide_table %}
Associated Contracts Provide
{% for prov in contract_provide_table %} {{ prov|linkify }}
{% endfor %}
{% endif %} {% if epg_selector_table %}
EPG Selector
{% for epg_sel in epg_selector_table %} {{ epg_sel|linkify }}
{% endfor %}
{% endif %} {% if ip_subnet_selector_table %}
IP Subnet Selector
{% for ip_sub_sel in ip_subnet_selector_table %} {{ ip_sub_sel|linkify }}
{% endfor %}
{% endif %} {% if tag_selector_table %}
Tag Selector
{% for tag_sel in tag_selector_table %} {{ tag_sel|linkify }}
{% endfor %}
{% endif %}