| {% trans "Name" %} | {{ object.name }} |
| {% trans "Alias" %} | {{ object.name_alias|placeholder }} |
| {% trans "Tenant" %} |
{{ object.aci_tenant }} |
| {% trans "App Profile" %} |
{{ object.aci_app_profile }} |
| {% trans "Bridge Domain" %} |
{{ object.aci_bridge_domain }} |
| {% trans "uSeg EPG" %} | {{ object.is_useg|yesno }} |
| {% trans "Admin shutdown" %} | {{ object.admin_shutdown|yesno }} |
| {% trans "Intra-EPG isolation" %} | {{ object.intra_epg_isolation|yesno }} |
| {% trans "Preferred-group member" %} | {{ object.preferred_group_member|yesno }} |
| {% trans "QoS class" %} | {{ object.get_qos_class_display }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |