Back to Netbox

Max Length

netbox/templates/ipam/inc/max_length.html

4.6.2549 B
Original Source

{% load i18n %} {% load helpers %}

{% trans "Max Length" %}{% if "mask_length__lte" in request.GET %}: {{ request.GET.mask_length__lte }}{% endif %} {% if request.GET.mask_length__lte %} - {% trans "Clear" %} {% endif %} {% for i in "4,8,12,16,20,24,28,32,40,48,56,64"|split %} - {{ i }} {% if request.GET.mask_length__lte == i %}{% endif %} {% endfor %}