| {% trans "ACI Fabric" %} |
{{ object.aci_fabric|linkify }} |
| {% trans "ACI Tenant" %} |
{{ object.aci_tenant|linkify }} |
| {% trans "ACI Application Profile" %} |
{{ object.aci_app_profile|linkify }} |
| {% trans "ACI uSeg Endpoint Group" %} |
{{ object.aci_useg_endpoint_group|linkify }} |
| {% trans "Name Alias" %} |
{{ object.name_alias|placeholder }} |
| {% trans "Description" %} |
{{ object.description|placeholder }} |
| {% trans "Type" %} |
{% badge object.get_type_display bg_color=object.get_type_color %} |
| {% trans "NetBox Tenant" %} |
{% if object.nb_tenant.group %}
{{ object.nb_tenant.group|linkify }} /
{% endif %}
{{ object.nb_tenant|linkify|placeholder }}
|