{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Alias" %} | {{ object.name_alias|placeholder }} |
| {% trans "Contract" %} | {{ object.aci_contract }} |
| {% trans "Role" %} | {{ object.get_role_display }} |
| {% trans "EPG" %} | {% if object.aci_endpoint_group %} {{ object.aci_endpoint_group }} {% else %}—{% endif %} |
| {% trans "ESG" %} | {% if object.aci_endpoint_security_group %} {{ object.aci_endpoint_security_group }} {% else %}—{% endif %} |
| {% trans "Description" %} | {{ object.description|placeholder }} |