Relations
Application Profile {{ object.applicationprofile|linkify }}
Bridge Domain {{ object.bridgedomain|linkify }}
{% if domain_table %}
Associated Domains
{% for dom in domain_table %} {{ dom|linkify }}
{% endfor %}
{% endif %} {% 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 subnet_table %}
Associated Subnets
{% for pref in subnet_table %} {{ pref|linkify }}
{% endfor %}
{% endif %}