{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "AAEP" %} | {{ object.aci_aaep }} |
|---|---|
| {% trans "Endpoint Group" %} | {{ object.aci_endpoint_group }} |
| {% trans "Encap VLAN" %} | {{ object.encap_vlan }} |
| {% trans "Mode" %} | {{ object.get_mode_display }} |
| {% trans "Name" %} | {{ object.name|placeholder }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |