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