{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Alias" %} | {{ object.name_alias|placeholder }} |
| {% trans "Fabric" %} | {{ object.aci_fabric }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "VRFs" %} | {{ object.vrfs.count }} |
| {% trans "Bridge Domains" %} | {{ object.bridge_domains.count }} |
| {% trans "Application Profiles" %} | {{ object.app_profiles.count }} |