netbox/netbox/utilities/templates/widgets/select_option_with_pk.html

1 line
179 B
HTML

<option value="{{ widget.value|stringformat:'s' }}"{% include "django/forms/widgets/attrs.html" %}>{{ widget.label }}{% if widget.value %} ({{ widget.value }}){% endif %}</option>