| {% trans "Name" %} | {{ object.name }} |
| {% trans "Alias" %} | {{ object.name_alias|placeholder }} |
| {% trans "Fabric" %} |
{{ object.aci_fabric }} |
| {% trans "Enable infra VLAN" %} | {{ object.enable_infra_vlan|yesno }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
{% for d in object.domains.all %}
| {{ d.name }} |
{% badge d.get_domain_type_display bg_color=d.get_domain_type_color %} |
{% empty %}
| {% trans "No domains attached." %} |
{% endfor %}
{% include 'inc/panels/tags.html' %}
{% include 'inc/panels/custom_fields.html' %}