{% import "_includes/forms" as forms %}
{% include 'commerce/_components/widgets/_includes/_dateRangeField' with { id: namespaceId, widget: widget } %} {{ forms.selectField({ label: 'Type'|t('commerce'), id: 'type', name: 'type', value: widget.type, options: typeOptions }) }}