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