Back to Netbox

Number With Options

netbox/utilities/templates/widgets/number_with_options.html

4.6.2124 B
Original Source

{% include 'django/forms/widgets/number.html' %} {% for value, label in widget.options %} - {{ label }} {% endfor %}