{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "VLAN Pool" %} | {{ object.aci_vlan_pool }} |
|---|---|
| {% trans "Name" %} | {{ object.name|placeholder }} |
| {% trans "From VLAN" %} | {{ object.from_vlan }} |
| {% trans "To VLAN" %} | {{ object.to_vlan }} |
| {% trans "Allocation override" %} | {{ object.get_allocation_mode_override_display|default:'—' }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |