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

{% trans "ACI VLAN Pool Range" %}

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