{% set input_id = "inp-" ~ widget.path | replace('.','_') | replace('(','_') | replace(')','_') | replace(':','_') %}
{% if widget.description %} {{ widget.description }} {% endif %} {% if widget.color or widget.attrs.color %} {% endif %} {% if widget.attrs.presets %} {% endif %}
{% if widget.hints %} {{ widget.hints }} {% endif %}