diff --git a/netbox/templates/inc/custom_fields_panel.html b/netbox/templates/inc/custom_fields_panel.html index a019a985d..6998c0e00 100644 --- a/netbox/templates/inc/custom_fields_panel.html +++ b/netbox/templates/inc/custom_fields_panel.html @@ -8,7 +8,11 @@ {{ field }} - {% if value != None %} + {% if value == True %} + + {% elif value == False %} + + {% elif value %} {{ value }} {% elif field.required %} Not defined