{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block breadcrumbs %} {{ block.super }}
| {% trans "ACI VLAN Pool" %} | {{ object.aci_vlan_pool|linkify }} |
|---|---|
| {% trans "VLAN ID (from)" %} | {{ object.vlan_id_from }} |
| {% trans "VLAN ID (to)" %} | {{ object.vlan_id_to }} |
| {% trans "Allocation Mode" %} | {% badge object.get_allocation_mode_display bg_color=object.get_allocation_mode_color %} |
| {% trans "Role" %} | {% badge object.get_role_display bg_color=object.get_role_color %} |