mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-22 05:12:22 -06:00
6 lines
93 B
HTML
6 lines
93 B
HTML
{% if bg_color %}
|
|
{% badge value bg_color=bg_color %}
|
|
{% else %}
|
|
{{ value }}
|
|
{% endif %}
|