| Application Profile |
{{ object.applicationprofile|linkify }} |
| VRF |
{{ object.vrf|linkify }} |
{% if contract_consume_table %}
{% for cons in contract_consume_table %}
| {{ cons|linkify }} |
{% endfor %}
{% endif %}
{% if contract_provide_table %}
{% for prov in contract_provide_table %}
| {{ prov|linkify }} |
{% endfor %}
{% endif %}
{% if epg_selector_table %}
{% for epg_sel in epg_selector_table %}
| {{ epg_sel|linkify }} |
{% endfor %}
{% endif %}
{% if ip_subnet_selector_table %}
{% for ip_sub_sel in ip_subnet_selector_table %}
| {{ ip_sub_sel|linkify }} |
{% endfor %}
{% endif %}
{% if tag_selector_table %}
{% for tag_sel in tag_selector_table %}
| {{ tag_sel|linkify }} |
{% endfor %}
{% endif %}