{% set group_id = "inp-" ~ widget.path | replace('.','_') | replace('(','_') | replace(')','_') | replace(':','_') %}
{{ widget.label or widget.id }} {% if widget.description %} {{ widget.description }} {% endif %}
{% for opt in widget.attrs.options %} {% endfor %}