{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}

{% trans "VLAN Pool Block" %}

{% 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 }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}